At a glance the headline numbers for HTML compression
Compression on the HTML document: brotli, gzip, or none.
27.9% of HTML documents are Brotli-compressed. 21.0% ship raw.
HTML compression who uses what, and how fast each group loads
Identity sites post the best median INP (87ms). Application/json sites trail at 447ms. Correlation, not causation. computed
Passing INP per HTML compression which group passes the INP most often
No variant stands out: pass rates sit between 89% and 93%. computed
Why this matters for the Core Web Vitals, and where to start fixing it
The HTML document is the first thing the browser reads, and the sooner the markup arrives, the sooner the preload scanner can discover everything else: the stylesheets, the fonts, the LCP image. Brotli and gzip shrink HTML to a fraction of its raw size. None means the visitor downloads every byte of markup before the page can even start discovering resources.
Brotli compresses tighter than gzip and every major CDN offers it. This is a switch, not a project.
Chrome field data from 189,915 sites, representing millions of real page loads. How we measured.