Largest Contentful Paint (LCP): How Fast Your Main Content Loads
LCP measures the time it takes for the largest visible element — usually a hero image, a heading, or a video thumbnail — to render on screen. Google considers anything under 2.5 seconds good, 2.5 to 4 seconds needs improvement, and anything above 4 seconds poor.
LCP is most commonly hurt by unoptimized images, render-blocking CSS or JavaScript loaded before the main content, and slow server response times. Compressing and properly sizing your largest above-the-fold image is usually the single highest-leverage fix.