Server timings not added on transaction close
Categories
(DevTools :: Netmonitor, defect, P2)
Tracking
(firefox71 wontfix, firefox72- fixed, firefox73 fixed)
People
(Reporter: mozilla-bugzilla, Assigned: mozilla-bugzilla)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
47 bytes,
text/x-phabricator-request
|
jcristau
:
approval-mozilla-beta+
|
Details | Review |
User Agent: Mozilla/5.0 (X11; Linux x86_64; rv:73.0) Gecko/20100101 Firefox/73.0
Steps to reproduce:
Disable cache and reload https://firefox-devtools-trailing-server-timing.glitch.me/ multiple times.
Actual results:
Most of the times the server timings are not shown in the timings panel.
Expected results:
The server timings should always be shown.
Assignee | ||
Comment 1•5 years ago
|
||
Report server timings if they are sent when the transaction is closed.
Updated•5 years ago
|
Assignee | ||
Comment 2•5 years ago
|
||
I think this might be the cause of reports such as https://twitter.com/eMerzh/status/1201969919950303232 and https://twitter.com/anonimoconiglio/status/1202312124309147650.
Comment 3•5 years ago
|
||
I can't see server timings at all, see bug 1600912
Could this be a dup?
Updated•5 years ago
|
Comment 7•5 years ago
|
||
[Tracking Requested - why for this release]: Massively improves reliability for a DevTools feature we shipped in 71.
Comment 8•5 years ago
|
||
bugherder |
Comment 9•5 years ago
|
||
Comment on attachment 9113605 [details]
fix(devtools/network-monitor): Always show server timings
Beta/Release Uplift Approval Request
- User impact if declined: Developers can't see timings sent from the server (over HTTP headers)
- Is this code covered by automated tests?: No
- Has the fix been verified in Nightly?: Yes
- 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): Only impacts developers, small patch.
- String changes made/needed:
Comment 10•5 years ago
|
||
I can take an uplift, but I'm not sure this is bad enough to need tracking.
Comment 11•5 years ago
|
||
Comment on attachment 9113605 [details]
fix(devtools/network-monitor): Always show server timings
netmonitor fix for 72.0b5
Comment 12•5 years ago
|
||
bugherder uplift |
Description
•