Measure about:welcome performance
Categories
(Firefox :: Messaging System, enhancement, P2)
Tracking
()
Tracking | Status | |
---|---|---|
firefox79 | --- | fixed |
People
(Reporter: pdahiya, Assigned: Mardak)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
As we are working on re-writing onboarding flow, we should have some logging/telemetry or process in place that tracks about:welcome startup and time taken for first interaction
Updated•4 years ago
|
Assignee | ||
Comment 1•4 years ago
|
||
We do have various impression and event ping-centre pings already, but perhaps those shouldn't be relied on for accurate timing measurements? E.g., we could calculate on the backend the time difference between a screen impression and a button click. Or even on first load of about:welcome, we currently get…
IMPRESSION "message_id":"MULTI-STAGE-WELCOME"
IMPRESSION "message_id":"MULTI-STAGE-WELCOME_AW_GET_STARTED"
IMPRESSION "message_id":"MULTI-STAGE-WELCOME_SITES"
But I'm guessing we want various non-user behavior timings here, e.g., time from firefox startup to about:welcome load event to done react done rendering to importable sites loaded?
Reporter | ||
Comment 2•4 years ago
|
||
(In reply to Ed Lee :Mardak from comment #1)
We do have various impression and event ping-centre pings already, but perhaps those shouldn't be relied on for accurate timing measurements? E.g., we could calculate on the backend the time difference between a screen impression and a button click. Or even on first load of about:welcome, we currently get…
IMPRESSION "message_id":"MULTI-STAGE-WELCOME"
IMPRESSION "message_id":"MULTI-STAGE-WELCOME_AW_GET_STARTED"
IMPRESSION "message_id":"MULTI-STAGE-WELCOME_SITES"But I'm guessing we want various non-user behavior timings here, e.g., time from firefox startup to about:welcome load event to done react done rendering to importable sites loaded?
+1, its non-user behavior timings, from firefox startup to react done that will be most useful to know
Assignee | ||
Comment 3•4 years ago
|
||
Updated•4 years ago
|
Updated•4 years ago
|
Comment 5•4 years ago
|
||
bugherder |
Description
•