LCP request discovery
Stay organized with collections
Save and categorize content based on your preferences.
Published: Oct 8, 2025
Optimize LCP by making the LCP image discoverable from the HTML immediately, prioritizing it, and avoiding lazy-loading.
How to pass this insight
If a page's LCP is an image:
- Use
fetchpriority=high
on the image element, or on its preload directive.
- Ensure the image is discoverable from the main document (either because it is directly in the HTML, or the image is preloaded).
- Avoid
loading=lazy
for the image.
Additional references
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-10-08 UTC.
[null,null,["Last updated 2025-10-08 UTC."],[],[]]