View Metric Subparts


Tip

Currently, metric subparts are only available for Largest Contentful Paint. More metric subparts might be made available in the future by the Google Chrome team.

Subparts break metrics into smaller components to help teams prioritise the correct causes for high metric values.

Display subpart metrics

Group by dropdown on LCP CrUX page showing active 'Metric subparts' selection.
  1. Navigate to CrUX → LCP page.
  2. Select grouping by Metric subparts in the upper right hand side corner.

Largest Contentful Paint Subparts

Subparts are only measured for image resources classified as Largest Contentful Paint elements (videos and text resources are not evaluated). This data has been added to CrUX API and CrUX History API in February 2025, and is available from that timeframe.

LCP subparts chart for 3 months duration. May - June bar is hovered with Image Render Delay of 177ms, Load Duration of 349ms, Load Delay of 381ms, and TTFB of 817ms.
LCP subparts available in Calibre’s CrUX dashboards.

Largest Contentful Paint consists of the following subparts:

SubpartDefinitionCommon Issues
Image Render DelayTime between the browser discoveres the image and when it starts downloading it.Rendering of the image is blocked by another resource type (JavaScript execution or blocking CSS).
Image Load DurationTime between the browser starting to fetch the image and completing the download.The image load is extensive due to large, uncompressed file size, outdated image format, or lack of appropriate responsive image implementation.
Image Load DelayTime between the image being downloaded and displayed on screen.Load is delayed due to the browser being unable to locate the image due to image being lazy loaded without appropriate preloading, image being loaded via JavaScript, or other resources having a higher priority.
Time to First ByteTime between a request for a resource and the first byte arriving to the browser.The server has a slow response time, unnecessary redirects are adding to the delays, or there’s no CDN in place.