INP — Interaction to Next Paint

INP — the time from a user interaction (click, tap) to the rendered result. Replaced FID in March 2024. Target: ≤ 200ms.

INP reflects real UI responsiveness across every click, not just the first. Top causes of slow INP: heavy JS handlers, large React renders, unoptimised third-party scripts, long unvirtualised lists.

See also

INP — Interaction to Next Paint — SEO glossary