Closed Bug 1337684 Opened 7 years ago Closed 6 years ago

Support for server side timings

Categories

(DevTools :: Netmonitor, defect, P3)

defect

Tracking

(Not tracked)

RESOLVED DUPLICATE of bug 1403051

People

(Reporter: Honza, Unassigned)

References

Details

The Network panel should display server side timings through 'Server Timing headers'.

The data can be rendered within Timings tooltip.

See also: https://twitter.com/paul_irish/status/829090506084749312

Honza
@Steven: any tips? Is there any spec for the headers?
Any pointers to existing code?

Thanks!
Honza
Flags: needinfo?(sroussey)
Priority: -- → P3
There's an Intent to Ship for this on blink-dev:
https://groups.google.com/a/chromium.org/d/msg/blink-dev/ivub1L2UQzQ/e_dreSHfBAAJ

If there's any feedback on this from Gecko developers, it would be much appreciated.
This is actually unrelated to that intent.  This bug is about exposing the information in devtools, not about having it available to script APIs.  I'm not aware offhand of a bug about exposing it to script APIs.

I don't believe anyone has looked at the proposed spec API yet to have feedback on it.
Note that since Server-Timing is an HTTP *trailer* (at end of the payload instead of the beginning), it will need some special support from necko.  I've filed bug 1413999 for that.

It does look like bug 1403051 is a dupe of this one?  If not, perhaps it's the one that needs to depend on bug 1413999?
Depends on: 1413999
(In reply to Jason Duell [:jduell] (needinfo me) from comment #4)
> Note that since Server-Timing is an HTTP *trailer* (at end of the payload
> instead of the beginning), it will need some special support from necko. 
> I've filed bug 1413999 for that.
> 
> It does look like bug 1403051 is a dupe of this one?
Yes, let's close this one.

Honza
Status: NEW → RESOLVED
Closed: 6 years ago
Resolution: --- → DUPLICATE
Product: Firefox → DevTools
Flags: needinfo?(sroussey)
You need to log in before you can comment on or make changes to this bug.