Closed
Bug 1620690
Opened 5 years ago
Closed 3 years ago
BFCache_Success are double counted in BFCACHE_COMBO telemetry probe
Categories
(Core :: DOM: Navigation, defect, P2)
Core
DOM: Navigation
Tracking
()
RESOLVED
FIXED
100 Branch
Tracking | Status | |
---|---|---|
firefox100 | --- | fixed |
People
(Reporter: sefeng, Assigned: sefeng)
Details
Attachments
(1 file)
During a navigation, we may count 2 BFCache_Success, as the second one comes from https://searchfox.org/mozilla-central/rev/e7fc3314b0dfcc61fb7dc7a09f9555660a2eafc5/docshell/base/nsDocShell.cpp#7608.
This needs to be fixed, otherwise we are overcounting the number of succeed BFCaches.
Comment 1•5 years ago
|
||
The priority flag is not set for this bug.
:kmag, could you have a look please?
For more information, please visit auto_nag documentation.
Flags: needinfo?(kmaglione+bmo)
Updated•5 years ago
|
Flags: needinfo?(kmaglione+bmo)
Priority: -- → P2
Assignee | ||
Comment 2•3 years ago
|
||
Pushed by sefeng@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/8cbeacb905d6
Fix BFCACHE_COMBO telemetry is double counted r=smaug
Comment 4•3 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 3 years ago
status-firefox100:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 100 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•