Disable cert_verifier.cert_trust_evaluation_time metric on Android
Categories
(Core :: Security: PSM, task)
Tracking
()
People
(Reporter: jrmuizel, Assigned: jrmuizel)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
48 bytes,
text/x-phabricator-request
|
dmeehan
:
approval-mozilla-beta+
dmeehan
:
approval-mozilla-release+
|
Details | Review |
This metric is recorded 600 times during a browser restore of cnn.com and looks to be the most frequently recorded metric in the parent after performance.clone.deserialize
from bug 1898515.
Assignee | ||
Comment 1•8 months ago
|
||
This metric is recorded 600 times during a browser restore of cnn.com
and looks to be the most frequently recorded metric in the parent after
performance.clone.deserialize from bug 1898515.
Updated•8 months ago
|
Assignee | ||
Comment 2•8 months ago
|
||
Comment on attachment 9403748 [details]
Bug 1898649. Disable cert_verifier.cert_trust_evaluation_time metric on Android.
Beta/Release Uplift Approval Request
- User impact if declined: We spend a lot of extra cpu time and do a lot of extra disk writes during page load.
- Is this code covered by automated tests?: No
- Has the fix been verified in Nightly?: No
- Needs manual test from QE?: No
- If yes, steps to reproduce:
- List of other uplifts needed: None
- Risk to taking this patch: Low
- Why is the change risky/not risky? (and alternatives if risky): This just disables recording the cert_verifier.cert_trust_evaluation_time metric on Android it should otherwise have no functional change.
- String changes made/needed:
- Is Android affected?: Yes
Assignee | ||
Comment 4•8 months ago
|
||
I got a verbal go-ahead from jschanck over slack before landing this.
Comment 5•8 months ago
|
||
bugherder |
Comment 6•8 months ago
|
||
Comment on attachment 9403748 [details]
Bug 1898649. Disable cert_verifier.cert_trust_evaluation_time metric on Android.
Approved for 127.0b7
Updated•8 months ago
|
Comment 8•8 months ago
|
||
Comment on attachment 9403748 [details]
Bug 1898649. Disable cert_verifier.cert_trust_evaluation_time metric on Android.
Approved for 126.0.1
Updated•8 months ago
|
Description
•