docs/speed/metrics_changelog/2025_01_inp.md
To ensure user input is processed with minimal delay and interactive frames are rendered promptly, Chrome 134 enabled DeferRendererTasksAfterInput (policy kAllTypes) by default.
When user input is received, Chrome temporarily defers non-urgent main-thread tasks (such as background timers and non-critical queued work) until after the visual response to the input has been composited and presented to the display.
This optimization ensures that the browser does not interleave unrelated JavaScript execution or housekeeping work between the event handler's completion and the presentation of the next frame.
The source change can be found in crrev.com/c/6175333.
INP improved on all platforms with this experiment.
This change led to a broad, positive shift in real-world INP scores across the web without requiring any changes from site developers!
Chrome 134 reached stable users in January 2025.