arrow_backAll termscore web vitals

LCP (Largest Contentful Paint)

LCP measures the time it takes for the largest content element visible in the viewport to render, indicating a page's perceived loading speed.

Also available: Auf Deutsch

Largest Contentful Paint (LCP) is a Core Web Vital that measures the time from when the page starts loading until the largest image or text block is rendered within the user's viewport. It's a crucial metric for perceived loading performance, as it reflects when the main content of a page has likely loaded and become useful to the user.

A good LCP score is typically under 2.5 seconds. For developers, optimizing LCP involves identifying and improving the loading time of the largest element. Common culprits for poor LCP include slow server response times, render-blocking JavaScript and CSS, unoptimized images, and client-side rendering issues.

To improve LCP, you might consider optimizing image sizes and formats (e.g., WebP), preloading critical resources, using a Content Delivery Network (CDN), and ensuring your server responds quickly. For instance, if your largest element is a hero image, serving a responsive, optimized version and preloading it can significantly reduce LCP, making your page feel faster to users and search engines.

Related terms

Audit your site on all of these?

Pantra scans you in 8 seconds. Free, no signup.

Scan my sitearrow_forward