Posts
All the articles I've posted.
Yield to Main: setTimeout vs queueMicrotask vs scheduler.postTask
Published:A practical guide on how to use setTimeout, queueMicrotask and scheduler.postTask to break up long tasks and optimize INP. Comparison with measurable examples.
Optimizing Consent Scripts for Core Web Vitals
Published:Consent management scripts (CMP) compete with critical resources if not prioritized correctly. A server-side strategy to optimize loading based on visit type.
Chrome DevTools for Debugging Web Performance
Published:This article is available in English on the original source at PerfPlanet Performance Calendar 2025.
Optimize rendering with content-visibility
Published:The CSS property content-visibility improves rendering performance. Practical case with metrics and snippets to detect opportunities.
CSS Media Queries Analysis to Optimize Performance
Published:Learn how to analyze CSS media queries to detect and optimize unused styles on mobile, improving your website's performance with a simple JavaScript snippet.
Talks 2023
Published:A review of the talks I gave during 2023
Interpret Your Metrics Correctly
Published:A metric number is just a number, until you know how to interpret it.
Analyzing User Flow Web Performance with Chrome DevTools
Published:In Chrome 97 a new tool appears in DevTools to measure performance in the navigation and interaction experience of visitors to our website