Performance

Measure, then fix. Almost every real win is fewer bytes, fewer round trips, or less main-thread work.

6 articles

INP is a main-thread problem

Listed inCore Web VitalsPerformanceon

Why Interaction to Next Paint punishes long tasks rather than slow servers, how to find the blocking work in a trace, and the four fixes that move the number.

Intermediate9 min
#performance
#metrics

Using DevTools

Listed inUsing DevToolsPerformanceon

Performance traces, the network waterfall, coverage, and memory snapshots — where the answers are.

Intermediate9 minDraft
#performance
#tooling

Lighthouse

Listed inLighthousePerformanceon

Lab audits, how they differ from field data, and reading a report without chasing the score.

Beginner6 minDraft
#performance
#tooling

Performance

Listed inPerformancePerformanceon

The critical rendering path, the cost of JavaScript, and the budget that keeps a page from regressing.

Intermediate10 minDraft
#performance