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 load_trigger and visibility performance telemetry for about:newtab #2539
Comments
This is basically working; need to clean it up for review. |
Note that it depends on #2538 landing in m-c first. |
dmose
changed the title
mark duration between BrowserOpenTab and visibility notification event
send load_trigger and visibility performance telemetry for about:newtab
Jun 5, 2017
This will want to include load_trigger_ts, load_trigger_type, new_tab_preloaded (maybe), and visibility_event_fired_ts. #2653 and https://github.com/mozilla/activity-stream/pull/2660/files is where the schema details are being hammered out. |
dmose
added a commit
to dmose/activity-stream
that referenced
this issue
Jun 7, 2017
#2681 is the work in progress PR. I think new_tab_preloaded will spin out to another issue in order to get this landed sooner. |
dmose
added a commit
to dmose/activity-stream
that referenced
this issue
Jun 8, 2017
dmose
added a commit
to dmose/activity-stream
that referenced
this issue
Jun 10, 2017
jaredlockhart
modified the milestones:
Apocalypse Now (June 11),
Bridge on the River Kwai (June 25)
Jun 12, 2017
jaredlockhart
modified the milestones:
Bridge on the River Kwai (June 25),
Apocalypse Now (June 11)
Jun 12, 2017
dmose
added a commit
to dmose/activity-stream
that referenced
this issue
Jun 13, 2017
Spun off #2726 for sending the new_tab_preloaded telemetry |
dmose
pushed a commit
that referenced
this issue
Jun 16, 2017
* feat(performance): #2539 Add perf telemetry + infrastructure
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
This will involve porting over AbsPerf.js and perhaps some of the contents of PerfMeter.js to a new ASPerf.jsm. We'll want to use the hidden DOM Window's performance.mark if we can make it work to get marks into the profiler.
The text was updated successfully, but these errors were encountered: