Allow Preload / Priority Hints for Largest Contentful Paint (LCP) Images
Lighthouse reports show that the Largest Contentful Paint (LCP) image is often delayed due to resource discovery and render timing.
Adding platform-level support for:
rel="preload" or
fetchpriority="high"
on hero/LCP images would improve LCP and Core Web Vitals without requiring agent configuration.
1
vote