Matan · SEO · Performance
INP (lab)
Interaction to Next Paint should stay under 200ms so clicks feel instant.
Pass condition in our engine: Lab INP is under 200ms when PageSpeed Insights is available.
1. Problem description
INP replaced FID. Long tasks from third-party tags, huge React hydration and un-debounced handlers make the UI feel broken even when LCP looks fine. Lab INP is an approximation (sometimes TBT is used as a fallback).
2. Most common causes
- Heavy third-party scripts on every page.
- Main-thread work during hydration.
- Synchronous click handlers that do too much.
3. How to fix it
- Defer non-essential JS; split bundles.
- Break up long tasks (scheduler.yield / setTimeout).
- Profile with Performance panel on a throttled CPU.
Test this check
We fetch only this URL (plus robots.txt / llms.txt at the domain root when the check needs them). We do not crawl the rest of the site like a full report.
Scoring rules for the full site crawl are documented in methodology. Want every category at once? Generate a free report.
Get your free SEO & GEO report
Enter your URL and receive a full audit with scoring and recommendations. No sign-up required.