Check · performance · scored
Image loading strategy: what it measures
Which images declare loading="lazy" and which declare fetchpriority.
How it is determined
The check reads the response your server returns and records what it found. That observation is stored with the report, so reopening an old audit shows what was true on the day it ran rather than what the page says now. It is not a live measurement, and it is not a model’s opinion of your page.
Ruleset image-loading · category performance · can count towards the checklist score
What it cannot tell you
- Whether lazy-loading is correct for a particular image. The largest one above the fold should not be lazy.
- The effect on Core Web Vitals, which needs a measurement.
If it failed, what to do
Lazy-load below-the-fold images and leave the hero image eager.
Then verify it yourself rather than trusting the next report: reload the page, view the source, and look at the thing the check described. A check you can falsify in ten seconds is the only kind worth having.