Answers · Websites & Page Speed

What is Largest Contentful Paint (LCP) and what counts as good?

Last reviewed: · Strategic AI Architects Data Desk · reviewed by Mike Moore

Largest Contentful Paint measures how long a page takes to render its largest visible image or text block after a visitor starts loading it, and Google's published threshold for good is 2.5 seconds or less, assessed at the 75th percentile of real page loads (web.dev, "Largest Contentful Paint (LCP)," verified live August 18, 2026).

The qualifier: LCP is a proxy, not the whole story. It answers one specific question — "when did the main content probably appear?" — because older metrics like page-load time fired long after the page looked done, and first-paint metrics fired before anything useful was visible. A page can have a good LCP and still feel broken if content jumps around (that is CLS) or ignores taps (that is INP). The three together are the Core Web Vitals.

The LCP bands Google publishes

LCP thresholds at the 75th percentile of page loads (web.dev, verified live August 18, 2026)
BandLCPWhat a visitor experiences
Good2.5 seconds or lessMain content appears while attention is still on the page
Needs improvement2.5 to 4.0 secondsA visible wait; impatient visitors start leaving
PoorOver 4.0 secondsThe page reads as broken on a phone connection

In practice, LCP is the vital most dominated by one element: the hero. On the insurance agency sites we build and audit, the LCP element is almost always the homepage hero image or headline, which is why our production builds serve right-sized, compressed hero images in modern formats with nothing render-blocking in front of them — that discipline is most of how our client builds measure 99-100 on mobile PageSpeed (SAA build measurements, July-August 2026). It is also why well-intentioned tuning can backfire: when we tested font preloads on one production site, the fonts loaded earlier but the LCP image loaded later, and mobile LCP regressed by roughly a second. The LCP element is where the bandwidth needs to go first.

Sources

  1. web.dev (Google). "Largest Contentful Paint (LCP)" — definition, element candidates, and the 2.5 s / 4.0 s thresholds at the 75th percentile. Verified live 2026-08-18. web.dev.
  2. web.dev (Google). "Optimize Largest Contentful Paint" — the four causes of slow LCP. Verified live 2026-08-18. web.dev.
  3. web.dev (Google). "Defining the Core Web Vitals metrics thresholds" — how the bands and the 75th-percentile method were chosen. web.dev.
  4. Strategic AI Architects. Production build and font-preload test measurements via PageSpeed Insights, 2026.

Related questions

Which element on the page is 'the largest'?

The largest image, video poster frame, element with a background image, or block of text visible in the viewport during load, per web.dev's LCP definition. On most insurance agency sites it is the hero image or the headline. The candidate can change as the page loads — the final LCP element is whichever was largest when the visitor first interacted or the page finished loading.

What usually makes LCP slow?

Four things, per web.dev's optimize-LCP guidance: slow server response, render-blocking CSS and JavaScript that delay any painting, a slow-loading LCP resource (usually an oversized hero image), and client-side rendering that builds the page in the browser after download. Oversized, uncompressed hero images are the most common single cause we find on agency sites.

Is LCP measured in the lab or from real visitors?

Both, and they can disagree. Lighthouse reports a lab LCP from one simulated load; the Chrome UX Report collects LCP from real Chrome visitors, and Google's assessment — good means 2.5 seconds or less at the 75th percentile — is made on that field data over a rolling 28-day window.

Want to know where your own site stands? Run the free Audit — a live AEO audit plus a HIPAA tracking scan — or browse all answers.