Overview
FID measures the page's responsiveness during load. It captures the user's first impression of a site's interactivity and responsiveness. Note: Google is transitioning to Interaction to Next Paint (INP) as a more comprehensive responsiveness metric.
Why it Happens
FID usually occurs because the browser's main thread is busy doing something else (like parsing and executing a large JavaScript file), so it can't yet respond to the user.
Targets
- Good: Under 100 milliseconds.
- Needs Improvement: Between 100 and 300 milliseconds.
- Poor: Over 300 milliseconds.