FCP distribution
How FCP is distributed across real-user data, plus pass-rate breakdown.
At a glance the headline numbers for FCP distribution
How FCP is distributed across real-user data, plus pass-rate breakdown.
FCP Distribution page loads across good, needs improvement and poor
FCP 1.2s. p75 1.7s. p99 4.9s. 76.9% pass.
FCP Pass Rates share per category
FCP passes on 76.9% of sites. 17.0% need improvement, 6.1% fail.
Why this matters for the Core Web Vitals, and where to start fixing it
First Contentful Paint is when the first piece of content appears, the first text or image that tells the visitor something is happening. It is a diagnostic metric rather than a Core Web Vital, but it sits on the path to LCP: if the first paint is slow, the largest paint is almost always slow too. FCP is usually held up by the server response and by render-blocking CSS and JavaScript in the head.
Start with what blocks the first paint. Cut render-blocking resources, remove the CSS you do not use, and get the critical bytes to the browser as early as you can. Early Hints can let the browser start fetching key resources before the HTML even arrives. Improving FCP tends to pull LCP along with it.
How are sites doing on FCP?
76.9% of sites have a good FCP. The typical site sits at 1.7s at the 75th percentile; the slowest 1% pass 4.9s.
Chrome field data from 94,910 sites, representing millions of real page loads. How we measured.