At a glance the headline numbers for HTTP protocol
The HTTP protocol of the HTML document response.
23.9% of HTML documents arrive over HTTP/3.
HTTP protocol who uses what, and how fast each group loads
Little daylight between the groups: every variant sits near 1.4s median LCP. computed
Passing LCP per HTTP protocol which group passes the LCP most often
86% of H3 sites pass LCP. H2 trails 5 points behind. computed
Why this matters for the Core Web Vitals, and where to start fixing it
The protocol decides how expensive a connection is. HTTP/3 sets up in fewer round trips and a lost packet no longer stalls everything behind it, which TCP-based protocols suffer from. The document request is where this matters most: it is the first request of the visit and it carries the whole TTFB.
There is a catch on the very first visit. Browsers often discover HTTP/3 support through a header on a previous response (Alt-Svc), so the first document fetch can still pay the older protocol's price. DNS HTTPS records fix that discovery, and your CDN controls whether they exist.
How does this affect the Core Web Vitals?
HTTP protocol correlates with the LCP. With H3, 86% of sites pass the LCP. With H2, 81% do.
Chrome field data from 94,910 sites, representing millions of real page loads. How we measured.