Closed
Bug 1810871
Opened 2 years ago
Closed 2 years ago
Add perfstats to capture internal necko timings - async open to transaction pending and response start parent to content
Categories
(Core :: Performance, enhancement, P3)
Core
Performance
Tracking
()
Tracking | Status | |
---|---|---|
firefox111 | --- | fixed |
People
(Reporter: acreskey, Assigned: acreskey)
References
Details
Attachments
(1 file)
The necko probes NETWORK_ASYNC_OPEN_CHILD_TO_TRANSACTION_PENDING_EXP_MS
and NETWORK_RESPONSE_START_PARENT_TO_CONTENT_EXP_MS
capture internal necko timings.
We have evidence that these internal steps can be rather slow in our beta population.
e.g. NETWORK_ASYNC_OPEN_CHILD_TO_TRANSACTION_PENDING_EXP_MS
at 130ms for the 75% percentile.
So adding PerfStats to help optimize.
Assignee | ||
Updated•2 years ago
|
Performance Impact: --- → none
Assignee | ||
Comment 1•2 years ago
|
||
These timings look to be slow in the beta population so adding Perfstats to help test improvements.
Updated•2 years ago
|
Attachment #9313638 -
Attachment description: WIP: Bug 1810871 - Add perfstats to capture internal necko timings - async open to transaction pending and response start parent to content → Bug 1810871 - Add perfstats to capture internal necko timings - async open to transaction pending and response start parent to content r=bas,#necko-reviewers
Pushed by acreskey@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/9d53e3496082
Add perfstats to capture internal necko timings - async open to transaction pending and response start parent to content r=bas,necko-reviewers,kershaw
Comment 3•2 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 2 years ago
status-firefox111:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 111 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•