Speed

Page stays responsive while loading

performance.blocking-scripts

Why this matters

A phone can only do one thing at a time. While scripts are running, taps and scrolls are queued rather than acted on — which reads to a visitor as the site being frozen, not as it being slow. They tend to tap again, and then leave.

Who fixes it

A developer

Roughly how long

Varies

Care needed

Test before and after

How to fix it

Defer scripts that are not needed for the first view, remove unused third-party tags, and split large JavaScript bundles so the phone is not parsing all of it before the page becomes usable.

How we score it

Failing this check takes up to 15 points off your speed score. This one is a measurement rather than a fact about your markup, so two scans of an unchanged site can legitimately differ a little.

Does your site pass this one?

This check runs on every scan, along with the other 106. Free, no account, and you see the evidence for each result.

Check my site

Other speed checks

See all 107 checks