FID is gone — INP is the metric that matters now
If you last brushed up on Core Web Vitals a couple of years ago, one of the three metrics you memorised no longer exists. In March 2024, Google retired First Input Delay (FID) and replaced it with Interaction to Next Paint (INP). If you've searched "core web vitals INP replaces FID" and come away more confused than before, here's the plain version.
FID only ever measured the delay before the browser started responding to your very first tap or click. It was a low bar, and nearly every site cleared it — which made it close to useless. INP is stricter and a lot fairer: it looks at how responsive interactions are across the whole visit, not just the first one, and reports something near the worst lag a real user hit. A page can no longer coast on a good first impression.
The number to remember is the INP threshold: an INP of 200ms (200 milliseconds) or less is "good," up to 500ms is "needs improvement," and anything slower is poor. If your site felt fine under FID but suddenly looks worse in reports, this switch is almost always why — nothing broke, the ruler just got more honest.