LCP distribution
How LCP is distributed across real-user data, plus pass-rate breakdown.
At a glance the headline numbers for LCP distribution
How LCP is distributed across real-user data, plus pass-rate breakdown.
LCP Distribution page loads across good, needs improvement and poor
LCP 1.6s. p75 2.2s. p99 5.6s. 81.9% pass.
LCP Pass Rates share per category
LCP passes on 81.9% of sites. 14.0% need improvement, 4.1% fail.
Why this matters for the Core Web Vitals, and where to start fixing it
Largest Contentful Paint is when the biggest thing in the viewport finishes rendering, usually the hero image or a headline. It is the moment the page stops looking blank and starts looking loaded, so it is the metric your visitors feel first. A slow LCP is almost always one of a few things: the server takes too long to respond, the image is too big or discovered too late, or render-blocking CSS and fonts hold everything up.
Start with what paints. Find the LCP element, make sure the browser can discover it early, and give it a clear path to the screen. Preload the hero image, serve it in a modern format at the right size, and keep render-blocking resources out of the way. The server side matters too, but the biggest wins are usually in how the main image and the critical CSS are delivered.
How are sites doing on LCP?
81.9% of sites have a good LCP. The typical site sits at 2.2s at the 75th percentile; the slowest 1% pass 5.6s.
Chrome field data from 94,910 sites, representing millions of real page loads. How we measured.