LCP (Largest Contentful Paint)
How fast the biggest visible element on a page renders. Pass under 2.5 seconds.
Last updated ยท Reviewed by Ali Hassan
LCP is usually the hero image, the main headline, or a featured product image. To improve LCP, serve images in next gen formats, preload the hero asset, remove render blocking CSS, and use a CDN. Lazy loading the LCP element is a common mistake.