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.
81.7% of sites pass LCP. The typical site's LCP is 1.6s. The worst 10% are above 3.1s.
The LCP distribution site count at each LCP, from good to poor
The tallest bar is between 1s and 1.25s. 15% of sites are in that one range, 1.25s under Google's 2.5s limit. Half of all sites are at 1.6s or less. The tail is long. The worst 10% are above 3.1s and the worst 1% above 5.7s. That is 3.6 times the typical site.
The LCP pass rate the share of sites that are good, needs improvement and poor
81.7% of sites pass LCP. 14.1% are in the needs improvement band, between 2.5s and 4s. 4.2% are poor, above 4s. A miss is usually needs improvement, not poor.
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.7% of sites have a good LCP. The typical site sits at 2.2s at the 75th percentile; the slowest 1% pass 5.7s.
Chrome field data from 189,915 sites, representing millions of real page loads. How we measured.