Technical

Interaction to Next Paint (INP)

Interaction to Next Paint (INP) is a Core Web Vital metric that measures the latency of all user interactions (clicks, taps, key presses) throughout the page lifecycle, reporting the worst interaction minus outliers.

INP replaced First Input Delay (FID) as a Core Web Vital in March 2024. While FID only measured the first interaction, INP measures all interactions throughout the page visit and reports the worst one, giving a much more accurate picture of real responsiveness.

Google considers INP good under 200ms, needs improvement between 200-500ms, and poor above 500ms. Poor INP is usually caused by long JavaScript tasks blocking the main thread during user interactions.

To optimize: break long tasks into smaller chunks using `setTimeout` or `scheduler.yield()`, defer non-critical JavaScript, minimize hydration cost in React/Next.js (use `React.lazy()` and `Suspense`), and avoid synchronous layout recalculations during event handlers.

Stop shipping broken SEO

Indxel validates your metadata, guards your CI/CD pipeline, and monitors indexation — so you never miss an SEO issue again.