Wrote a blog post on "Understanding Long Tasks data in Real User Monitoring" Hope it opens up new opportunities in web performance monitoring.
https://t.co/MIwK3qRnIl
#rum#webperf#javascript
Elastic Ramen ( CLI harness for SRE investigation and remediation) bridges that gap. Same conversation, same Elastic context layer, now in the terminal where the fix actually lives.
Full write-up → https://t.co/IemC1YQeau
#elastic#harness#agentbuilder#kibana
Observability tools tell you what went wrong. They rarely help you fix it.
During an incident, Engineers bounce between Kibana, Slack, and the terminal/IDE often. Every tool switch, the assistant stays behind in the previous surface, and the investigation restarts from scratch🧵
🔥 The newest web compression API announced by @patmeenan at #PerfNow
It could be up to 95% more efficient than existing gzip/brotli methods. All leading browsers agree on the spec => it will be shipped soon, and it's super exciting.
Learn more: https://t.co/dwOBR5yNe1
This launch is super close to me personally as it allows the developers to measure the Web performance aspect while ensuring the website is functional. Ex: Super handy during functionality/load tests on peak season (black friday).
What I have been working on lately - Elastic Synthetics monitoring.
You can write End-to-end synthetic suites in JS and run them on multiple pop's to understand the website performance. #synthetics#webperf#playwright
https://t.co/ROyoTirq8V
Agree 💯, Copilot helps with rapid prototyping when your mind is empty and you are staring at your IDE. But damm the effort you put in to debugging because of the buggy code it produces 😅
https://t.co/sfjXRMtZIz
Year 2015 coming back to my memories reading this blogpost - https://t.co/nDPwhAf06X
We were running similar architecture for almost 3-4 years at @ZalandoTech - https://t.co/D2goe5hA2T with lots of other goodies like caching, Observability, backoffs, pooling etc.
@siddharthkp@_prateekbh@ankeetmaini Only thing that helped while I worked at Zalando in the past
1. Tooling to figure out how the components are used by different teams - https://t.co/p4xsR2zziT
2. Planned updates - Each team has a dedicated owner who sort of helped to migrate.
We’ve built some unusual new features for Elastic Synthetics 8.4.0, now we’re finally talking about them: https://t.co/pUltN6fWOT . Watch me and @justin_kambic discuss
@Zizzamia@coinbase Gotcha, makes total sense on the long tasks part.
Does the 2second dynamically get adjusted if one of the JS resources takes a long time to load? Otherwise a page could cheat and delay the render and nothing gets measured. Do you tackle this case?