This repository has been archived by the owner on Feb 29, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 113
send Hero Element (TopSites) painted telemetry #2661
Comments
This was referenced Jun 4, 2017
As of this writing, the exact data schema is still being sorted out in https://github.com/mozilla/activity-stream/pull/2660/files. |
This is a measure of the time to when TopSites are available for interaction |
There's a user story for the dashboarding of this in #2838. |
dmose
added a commit
to dmose/activity-stream
that referenced
this issue
Jul 23, 2017
Mardak
modified the milestones:
Das Boot (July 23),
E.T. the Extra-Terrestrial (August 6)
Jul 24, 2017
dmose
added a commit
to dmose/activity-stream
that referenced
this issue
Jul 25, 2017
dmose
added a commit
to dmose/activity-stream
that referenced
this issue
Jul 25, 2017
dmose
pushed a commit
that referenced
this issue
Jul 25, 2017
send topsites_first_painted_ts (Hero) telemetry (closes #2661)
I've filed #2965 to track the performance of filling in the screenshots for the times when a tab needs that. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
This will (approximately) be adding
top_sites_painted_ts
to the session telemetry.Note that doing it will be a bit fun. My suspicion is that the right way to do it is to look at the technique described in http://stackoverflow.com/a/34999925, but to use two requestAnimationFrame's as suggested by #2005 (comment) since rAF is less likely to jank than setTimeout.
The text was updated successfully, but these errors were encountered: