Server timing not available
Categories
(DevTools :: Netmonitor, defect, P2)
Tracking
(Not tracked)
People
(Reporter: Honza, Unassigned)
References
(Blocks 1 open bug, Regression)
Details
(Keywords: regression)
Attachments
(2 files)
I am not able to see server timings any more (introduced in bug 1403051).
Honza
Reporter | ||
Comment 1•5 years ago
|
||
Weird is that the test isn't failing: $ mach test devtools/client/netmonitor/test/browser_net_server_timings.js
Harald, does it work for you?
Do you have an online test case?
Honza
Comment 2•5 years ago
|
||
Just a guess, might those errors that recently started showing up in Browser Console be related?
Comment 3•5 years ago
•
|
||
Test case: https://firefox-devtools-trailing-server-timing.glitch.me/
- Load with Network panel open
- Inspect
/
resources Timings tab
ER: Server timings for app
and db
AR: Missing server timings
Comment 4•5 years ago
|
||
Comment 5•5 years ago
•
|
||
Regression window:
https://hg.mozilla.org/integration/autoland/pushloghtml?fromchange=f748a3d2cdf108e9443fd15332efe477c7c398a9&tochange=25b533bff4051e6a8177bbc83eed49ac460e109e
WORKAROUND:
set browser.tabs.documentchannel to false and restart & clear cache
Reporter | ||
Comment 6•5 years ago
|
||
@Alice0775 White, thanks for the regression window!
@Matt, it looks like nsITimedChannel.serverTiming
isn't available in all cases after bug 1583700.
Here is the place where DevTools is consuming the field
https://searchfox.org/mozilla-central/rev/8bc24752246aeac8a9aed566cf1caccf88d97d11/devtools/server/actors/network-monitor/network-observer.js#1288-1305
Can you please look at this, thanks!
Honza
Reporter | ||
Updated•5 years ago
|
Updated•5 years ago
|
Updated•3 years ago
|
Description
•