Also known as: LCP, Largest Contentful Paint
The Largest Contentful Paint (LCP) is the Core Web Vitals metric that measures how long it takes for the largest visible element on a web page to be rendered — typically the hero image, the main H1 heading or a large block of text. It is the most important indicator of perceived speed and has been a direct Google ranking factor since 2021. Target: under 2.5 seconds (75th percentile) for ”Good”, 2.5–4 s for ”Needs improvement”, over 4 s for ”Poor”.
During rendering, the browser identifies the largest visible element (measured by rendered area, not by file size). The LCP is the timestamp at which this element is fully visible within the viewport. Example: a magazine page has a 1200×800 hero image. If the image is fully visible after 1.8 seconds, LCP = 1.8 s. If a long block of text rather than an image is the largest visible content, its timestamp applies.
<link rel="preload" as="image" href="hero.webp">.Example: a magazine page had an LCP of 4.3 s (Poor). Analysis: a 1.8 MB JPEG hero image without compression, lazy loading set by mistake, three render-blocking scripts in the head. Three fixes: the hero was compressed to WebP (down to 280 KB), loading="eager" + fetchpriority="high" were set, and the scripts were moved to async/defer. After 4 weeks: LCP 1.9 s — all three measures were necessary; individually they would have delivered only 30–40 % of the improvement. The ranking effect was visible within 6 weeks.
LCP audit in the SEO check
Free SEO & GEO Check
SEO score, AI visibility and citability of your website in 30 seconds — no registration required.
Register for free, get 10 credits and start right away.
Register now