Skip to main content
SEO Glossary

SEO Term

INP (Interaction to Next Paint)

A Core Web Vital measuring how quickly a page responds to user input — it replaced FID in 2024. Aim for under 200ms.

INP measures the delay between a tap, click, or keypress and the next visual update, sampled across the whole visit rather than just the first interaction like the old FID metric. The usual cause of a bad score is heavy JavaScript blocking the main thread — large third-party scripts, unbroken long tasks, or expensive event handlers. Break work into smaller chunks, defer non-critical scripts, and use techniques like requestIdleCallback so the browser can paint between tasks.

See how your own site scores on inp (interaction to next paint) and 120+ other checks

Analyze any URL free