Performance
Interaction to Next Paint (INP)
How quickly a page visually responds after a user interacts with it, like tapping or clicking.
INP measures responsiveness: when someone taps, clicks, or types, how long until the page visibly reacts. It replaced the older First Input Delay metric because it captures responsiveness across the whole visit, not just the first interaction. Google considers 200 milliseconds or less to be good.
Heavy JavaScript is the usual culprit. Breaking up long tasks, deferring non-essential scripts, and doing less work on the main thread all help.
Further reading
Related terms
Want to see how your page measures up on this and more?