blob: acec7133338c66d8cbc051723d29b3400780b0b8 [file] [log] [blame] [view]
Aoyuan Zuod8abb142a2024-08-14 01:04:191# Interaction to Next Paint Changes in Chrome 128
2
3## Enable EventTimingHandleOrphanPointerup by default
4
5Although INP is not intended to measure scrolling performance, there were
6certain sequences of Event dispatch where Event Timing unintentionally would
7sometimes measure what would ultimately be a scroll starting interaction. We're
8excluding these scroll starting interactions from INP measurement with this
9change.
10
11Note: this experiment was first landed in Chrome 125: [Treat Orphan Pointerup
12As Non-Interaction](https://chromium.googlesource.com/chromium/src.git/+/9d3f759094b33ae52dd99e44b182ab03bf0e8073), and was slowly rolled out.
13
14## How does this affect a site's metrics?
15
16Sites previously affected by scroll starting interactions may observe a drop in
17number of interactions and an improvement on INP score since high outliers
18result from scrolling during early loading are now excluded from INP
19measurement.
20
21## When were users affected?
22
23Chrome 128 will be released the week of August 20, 2024.