Speculation posture
The strongest speculation rule the document declares: none, prefetch, prerender-until-script, prerender.
At a glance the headline numbers for Speculation posture
The strongest speculation rule the document declares: none, prefetch, prerender-until-script, prerender.
65.0% of sites declare no speculation rules at all.
Speculation posture who uses what, and how fast each group loads
Prerender_until_script sites post the best median LCP (1.1s). Prefetch sites trail at 1.9s. Correlation, not causation. computed
Passing LCP per speculation posture which group passes the LCP most often
94% of Prerender until script sites pass LCP. Prefetch trails 21 points behind, leaving 27% of its sites failing. computed
Why this matters for the Core Web Vitals, and where to start fixing it
Speculation rules let the browser start the next navigation before the click. Prefetch downloads the next document ahead of time. Prerender goes further and builds the whole next page in a hidden renderer, so navigating to it is a swap instead of a load. Prerender-until-script is the cautious middle: build the page, hold the scripts.
Done right, the next page's LCP is near-instant because it painted before the visitor arrived. The cost is speculative work: prerendering pages nobody visits burns server and client resources. That trade is what eagerness controls.
How does this affect the Core Web Vitals?
Speculation posture correlates with the LCP. With None, 86% of sites pass the LCP. With Prefetch, 73% do. The causal link is weak: the choice mostly marks what kind of site made it.
Chrome field data from 94,910 sites, representing millions of real page loads. How we measured.