Speed

Your site reacts quickly when real visitors tap it

performance.field-inp-poor

Why this matters

Responsiveness is how long a page takes to visibly react after somebody taps it — not how fast it loads, but whether it feels stuck once it has. It is the one thing a scan genuinely cannot measure, because there is nobody there to do the tapping, so a synthetic test can only estimate it from how busy the page looks. Where Google has collected the figure from real Chrome visitors, it is a measurement rather than an estimate, and it is usually caused by scripts doing work in response to the tap itself.

Who fixes it

A developer

Roughly how long

half a day

Care needed

Test before and after

How to fix it

Open the page in Chrome, record a performance profile and tap the thing that feels worst. The long task that follows the tap is the cause. The usual culprits are analytics or chat scripts hooked to clicks, and handlers that do their work before letting the browser paint — moving that work after a `requestAnimationFrame` is often the whole fix.

How we score it

Failing this check takes up to 18 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