Largest Contentful Paint (LCP) is a landmark timing based metric that reports when the largest above-the-fold element was rendered. LCP is a Core Web Vital metric.
To locate the largest contentful element, LCP considers the following:
The quickest and easiest way to see LCP performance for your site is to use our free Core Web Vitals test tool (or the form below). The data is sourced from Google’s CrUX dataset, which is used by Google to evaluate Core Web Vitals performance and overall page experience.
Calibre has dedicated CrUX Dashboards to monitor LCP and overall website performance for all your sites. You can track performance over time, compare against competitors and understand how your site is performing in the wild for customers.
You can also monitor LCP using synthetic tests, which run on a schedule and provide a baseline of LCP performance. Synthetic tests are useful for testing pages that are a work in progress, or do not receive enough traffic to be included in Google’s CrUX dataset.
LCP subparts refer to the individual timing elements that contribute to the Largest Contentful Paint measurement. By breaking down LCP into its subparts, you can gain a better understanding of what is causing LCP to be slow, and how to improve it.
LCP subparts describe image loading performance in detail:
A slow LCP subpart timing will slow down overall LCP. Using subparts, you can identify which part is causing delay and take steps to improve it. For more information on LCP subparts, see Web.dev's LCP Breakdown Guide.
Google defines Largest Contentful Paint as a Core Web Vital metric, used within Page Experience signals for search ranking.
In order to be considered fast, pages should reach Largest Contentful Paint within 2.5s or less to avoid being penalized. LCP over 4 seconds is considered slow.
Improving Largest Contentful Paint can be achieved in a few straight-forward steps:
Use Chrome devtools to locate the LCP element on your page. You can do this by:
The required optimisations will depend on the type of LCP element on your page. Image, video or text elements can be optimised in the following ways:
All of the above tips will positively impact LCP performance and overall user experience, so be sure to complete all of them where possible.
In addition to optimising the LCP element, you should also consider general page load performance improvements that may be delaying LCP from rendering:
Making a once off improvement is a great start, but to maintain performance over time, you should:
On this page