New issue
Advanced search Search tips

Issue 922980 link

Starred by 1 user

Issue metadata

Status: Started
Owner:
Components:
EstimatedDays: ----
NextAction: ----
OS: ----
Pri: 1
Type: Bug



Sign in to add a comment

Add UKM Reporting for First Scroll Delay

Project Member Reported by tommckee@chromium.org, Jan 17 (5 days ago)

Issue description

Tracking bug for adding UKM reporting for First Scroll Delay.

UKM already gets reports for
 - Event.ScrollBegin.Wheel
 - Event.ScrollUpdate.Wheel
 - Event.ScrollBegin.Touch
 - Event.ScrollUpdate.Touch
which record scrolling latencies for the initial and subsequent events associated with wheel and touch driven scrolling.

These collections don't distinguish which scrolling interaction these latencies are measuring. That is, measurements of the first scrolling interaction (performed, perhaps, while page load and initialization code is consuming resources) are reported the same way as measurements during idle periods.

We want to measure latencies of first-scroll interactions as a special case so that we can detect problems and verify fixes to first-scroll performance.

 

Sign in to add a comment