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 stable each group is
Gzip sites post the best median CLS (0.00). Application/json sites trail at 0.39. Correlation, not causation. computed
Passing CLS per HTML compression which group passes the CLS most often
No variant stands out: pass rates sit between 85% and 89%. 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.