Check · performance · scored
Synchronous head scripts: what it measures
Script tags in the head with neither async nor defer.
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 blocking-scripts · category performance · can count towards the checklist score
What it cannot tell you
- Whether the script is actually blocking in practice, which depends on where and how it is inserted.
- The cost in milliseconds. That is a lab measurement.
If it failed, what to do
Add async or defer, or move the script out of the head.
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.