KPI · Move lower

P75 INP

The 75th percentile Interaction to Next Paint for pages where scrolling, tapping, keyboard navigation, or section changes should respond quickly.

P75 INP tracks page responsiveness for the slower quarter of user interactions. On scroll-heavy surfaces, watch it around custom scroll handlers, pinned scenes, list loading, section navigation, and controls embedded inside animated sequences.

High P75 INP means the page is making users wait after input. For scrolljacking audits, pair it with rage-scroll rate and early exits so performance data is connected to visible user harm.

How patterns use this KPI

PatternHow it's instrumentedWhy it matters there
ScrolljackingPage-level p75 Interaction to Next Paint on scroll-heavy pages and controls inside scroll sequencesJS-heavy scroll effects and intercepted input often show up as poor responsiveness.

Related