Add Telemetry for the about:home caching mechanism
Categories
(Firefox :: New Tab Page, task, P3)
Tracking
()
Tracking | Status | |
---|---|---|
firefox80 | --- | verified |
People
(Reporter: mconley, Assigned: mconley)
References
(Depends on 1 open bug, Blocks 1 open bug)
Details
Attachments
(3 files)
In a session, we should try to get a measure of:
- Whether the cache was:
- Non-existent
- Valid and loaded
- Corrupt and discarded
- Late and ignored
- Time spent constructing the cached document in the child
- How long it takes to paint about:home at startup when the cache is enabled and valid
Updated•5 years ago
|
Assignee | ||
Comment 1•4 years ago
|
||
Assignee | ||
Comment 2•4 years ago
|
||
This doesn't include tests for the CACHE_RESULT_SCALARS.CORRUPT and
CACHE_RESULT_SCALARS.LATE cases. Those tests will be added in
bug 1633051.
Depends on D81189
Updated•4 years ago
|
Assignee | ||
Comment 3•4 years ago
|
||
Comment 4•4 years ago
|
||
Comment 6•4 years ago
|
||
Backed out for bc failures on browser_locale_change.js
Backout link: https://hg.mozilla.org/integration/autoland/rev/b48777a21aabc35311956a1a1395a5dbba8c1a77
Log link: https://treeherder.mozilla.org/logviewer.html#/jobs?job_id=308402877&repo=autoland&lineNumber=26175
Comment 8•4 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/10963a6a8a57
https://hg.mozilla.org/mozilla-central/rev/23f3448ea3b8
Assignee | ||
Updated•4 years ago
|
Comment 9•4 years ago
|
||
I have verified that the browser.startup.abouthome_cache_result
scalar is collected and viewable in about:telemetry on the Firefox RC 80 (beta channel, BuildID 20200818235255), the latest Firefox Beta 81.0b1 (BuildID 20200824150741), and the latest Nightly 82.0a1 (BuildID 20200824215021) using Windows 10 x64, macOS 10.15.4, and Linux MX 4.19.
@mconley, please let me know if this verification was insufficient.
Description
•