WSWhat Scene?

Learn · Performance & optimization

What is INP (Interaction to Next Paint)?

INP measures responsiveness: how quickly the page reacts visually after you tap, click, or type. It replaced the older FID metric in March 2024 and looks at interactions across the whole visit, not just the first. The target is under 200 milliseconds. It's the most commonly failed vital in 2026.

A poor INP feels like lag: you tap a button and nothing happens for a moment. The usual cause is heavy JavaScript blocking the browser from responding. Reducing and breaking up that work, and deferring non-essential scripts, is how you improve it.

INP matters most on interactive sites and apps, where users click and type a lot. Because it captures the whole session, a single slow interaction (like opening a heavy menu) can drag the score down, so every key interaction needs to stay quick.

Updated July 2026

Related

Want this built, not just explained?