Skip to content

Largest Contentful Paint is in Google's needs-improvement range

Largest Contentful Paint (LCP) measures how long it takes for the biggest visible piece of content on the page to finish loading. This site's LCP falls between 2.5 and 4 seconds, Google's "needs improvement" band, meaning the page feels slow on first load, though not painfully so. Pages in this range still see a meaningful drop in conversions compared with pages that load under 2.5 seconds, and LCP is one of Google's three official Core Web Vitals used in ranking, so it is worth closing the gap rather than leaving it. Your developer should profile which element is causing the slow LCP and address it directly. Common wins include setting fetchpriority="high" on the hero image, preloading it, switching to a modern image format like AVIF or WebP, and using a faster transport protocol such as HTTP/2 or HTTP/3. Budget two to four hours.

Why this matters

Pages in this range still see a meaningful drop in conversions compared with pages that load under 2.5 seconds, and LCP is one of Google's three official Core Web Vitals used in ranking, so it is worth closing the gap rather than leaving it.

How to fix it

Your developer should profile which element is causing the slow LCP and address it directly. Common wins include setting fetchpriority="high" on the hero image, preloading it, switching to a modern image format like AVIF or WebP, and using a faster transport protocol such as HTTP/2 or HTTP/3. Budget two to four hours.