First content image is lazy-loaded
What this means
The first image in the document declares loading="lazy". If that image is the Largest Contentful Paint element — which the first, above-the-fold image usually is — the browser defers its request until layout completes, measurably delaying LCP. Lazy-loading is for images BELOW the fold.
How to fix it
Remove loading="lazy" from the hero image and mark it eager instead: add fetchpriority="high" and, where possible, a <link rel="preload" as="image"> for it. Keep lazy-loading for everything below the fold.
Fix effort
This check needs review: the change can be drafted for you, but a person has to approve the wording or choose the target before it ships.
Authoritative source
Find every page this affects
CrawlX runs this check — and 161 others — across your whole site, ranks the findings by estimated impact, and opens the fixable ones as pull requests. Free for 500 URLs.