Check · performance · scored
HTML response weight: what it measures
The byte size of the HTML response as received, compressed or not as sent.
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 html-size · category performance · can count towards the checklist score
What it cannot tell you
- Whether the page is slow. HTML is usually a small part of the total, and assets are separate requests.
- The rendered size after JavaScript runs.
If it failed, what to do
Send less HTML, or compress it. Check the content-encoding header first.
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.