INP replaced FID two years ago and most sites still have not adapted. The five fixes that drop INP under 200ms on the React-heavy sites we audit.
INP (Interaction to Next Paint) replaced FID as a Core Web Vital in March 2024. The two-year grace period is over, and Google’s ranking signal is now using it. Yet 6 of 10 sites we audit in 2026 still have INP over the 200ms “good” threshold.
FID measured only the first input. INP measures every interaction over a session and reports the worst (or 98th percentile). One janky click during a session can torpedo the score.
scheduler.yield() or setTimeout(0).Synthetic Lighthouse INP is a rough guide. CrUX (Chrome User Experience) data in Search Console is the truth. Look at the p75 INP for your top pages; that is what Google ranks you on.
We bake INP-aware patterns into every build from day one. Audit your INP if your traffic dropped after March 2024.