Connection hints
dns-prefetch, preconnect and preload links the document declares.
At a glance the headline numbers for Connection hints
dns-prefetch, preconnect and preload links the document declares.
Distribution & median LCP site count and median LCP at each level of connection hints — preload
Passing LCP by connection hints — preload which level passes the LCP most often
Connection hints — preload 0. p75 1. p99 18. At the low end (0–0): LCP 1.6s. At the high end (4+): LCP 1.6s. computed
Why this matters for the Core Web Vitals, and where to start fixing it
Hints move network work earlier. dns-prefetch resolves a domain name before it is needed. preconnect goes further and completes the TCP and TLS setup too. preload fetches one specific file that the scanner would otherwise find late, like a background hero image or a critical font.
Hints are easy to overuse. Every preconnect spends sockets and CPU on a connection you might never use. A preload that is not critical steals bandwidth from something that is. A handful of deliberate hints beats a wall of them.
How does this affect the Core Web Vitals?
Passing LCP barely moves across the range: 81% at one end, 82% at the other. This signal does not separate passing sites from failing ones.
Chrome field data from 189,915 sites, representing millions of real page loads. How we measured.