Performance·Advanced·Conceptual·1 min read
How do you find which interactions are hurting INP?
Short interview answer
Field tools attribute INP to specific elements and event types. Then reproduce that interaction with the performance panel recording, look for the long task around the interaction, and inspect whether the cost is in the handler, a resulting render, or layout.
Key takeaway
Explain the underlying mental model clearly, then support it with a concrete example and its trade-offs.