Explain LCP
explain_lcpBreak down a slow Largest Contentful Paint into four phases—server response, image fetch, download, paint delay—using real-user data. Identify which phase owns the load time.
Instructions
Break a slow Largest Contentful Paint into the four phases it is made of: server response, then the delay before the browser starts fetching the largest image, then the download, then the delay before it is painted. Turns one number into which part of the load owns it. FAST, one Chrome UX Report call, no Lighthouse runs and no noise to average away. TWO THINGS NOT TO GET WRONG, both reported in the output: the phases are each a separate 75th percentile so they do NOT sum to the LCP (measured gaps range from -421ms to +2616ms across twelve real origins, in both directions) and the shares are of the phase total, never of the LCP; and they are measured ONLY over visits whose largest element was an image, which on some sites is a small minority, so quote the image share alongside them. Needs an API key and real-user data, which many small sites do not have.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| urls | No | Absolute http(s) URLs. Defaults to saved URLs. |