DeepFrontend
Learning Paths
Practice
System Design & DS
Design Studio
Data Structures Curriculum
Real-World Case Studies
Careers
Job Board
Resume Builder
Blog
Sign in
Search
⌘K
Go Pro
Loading compiler resources...
Frontend Performance Quiz Practice
Active Recall Drill Session
← Exit Session
Question 1 of 1
medium
Frontend Performance
Why does a page that's snappy on its first click but janky on a later interaction now get correctly penalized under INP, unlike under the old FID metric?
A
It wouldn't be penalized under either metric
B
FID only ever measured the FIRST interaction; INP considers interactions throughout the entire visit, using the worst (or near-worst) one
C
INP only measures the LAST interaction, not the worst
D
This scenario is impossible to measure with any metric
Check Answer