Check · performance · scored
Reserved image dimensions: what it measures
How many images in the source declare width and height attributes.
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-size · category performance · can count towards the checklist score
What it cannot tell you
- The real layout shift this page causes. That is a field measurement, and it needs traffic.
- Whether a CSS rule or aspect-ratio already reserves the space.
If it failed, what to do
Set width and height on images, or reserve the space in CSS.
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.