Alert Properties | Alert Description |
---|---|
Alert Name | High response time in Page and Image loading |
Code | P18 |
Description | The LCP score of the page is moderate or lower than expected, leading to a high response time required for page/ image loading |
Level | Warning |
The Largest Contentful Paint (LCP) metric reports the render time of the largest content element visible within the viewport. The overall threshold should be at least 75th percentile of page loads, to target most of the users.
LCP takes into consideration <img>
elements, <image>
elements inside an <svg>
element, <video>
elements, Block-level elements.
Pages with lower LCP scores would reduce the number of pages crawled by Google using their allocated crawl budget, and even negatively affects indexing of pages.
<link rel="preconnect" href="https://example.com">
)