Largest Contentful Paint Subparts
The LCP Subparts are the distinct phases that make up the total Largest Contentful Paint time. Analyzing this breakdown is crucial for diagnosing the root cause of a slow LCP. The four main subparts are:
* Time To First Byte (TTFB): The initial server and network response time before the browser receives the HTML.
* Resource Load Delay: The time between TTFB and when the browser starts downloading the LCP element itself. A long delay here often means the resource was discovered late.
* Resource Load Time: The time it takes for the LCP resource (e.g., an image file) to download.
* Element Render Delay: The time between when the LCP resource finishes downloading and when the element is actually painted on the screen. A long delay here can be caused by a blocked Main Thread.
Get a free preloading demo for your site
We analyze your website speed, identify web vitals issues, and compare your competitors.
Book free demo

