Skip to content

Metrics

Interaction to Next Paint (INP)

Also: INP

Worst-case latency between a user input and the next visual update.

Definition

A Core Web Vital that replaced First Input Delay in March 2024. Measures the longest interaction (click, tap, key) latency through the session. Good < 200ms, needs improvement 200-500ms, poor > 500ms. Heavy JS event handlers, large React re-renders, and main-thread work hurt INP.

See also

Need this concept applied to your stack?

Glossary entries are intentionally short. Real engineering tradeoffs need a scoping call — bring the domain, the stack, and the question.