Slide 5
Slide 5 text
How INP measured
INP can be measured through various tools, including the Chrome DevTools.
1
Input delay
waiting for background tasks on the page that
prevent the event handler from running
2 Processing time
running event handlers in JavaScript
3
Presentation delay
handling other queued up interactions,
recalculating the page layout, and painting page
content