|
Server-Timing
Parse Server-Timing response headers and make the metric name(s), value(s), and
description(s) available as PerformanceServerTiming entries on the global
performance timeline and to PerformanceObservers. This feature is behind the
"ServerTiming" experimental-features flag.
To test, turn the flag on
(chrome://flags/#enable-experimental-web-platform-features) and explore to
https://server-timing.now.sh/. Execute `performance.getEntriesByType('server')`
in DevTools to inspect the 4 entries for the base page, as per the response
header:
server-timing:db=100; "Database metric", api=200; "HTTP/API metric", cache=300; "cache metric", total=0.000297322; "Total Response Time"
To inspect the 4 entries for the favicon.ico, you will need to set up a
PerformanceObserver (I use TamperMonkey to inject a content script) like this:
new PerformanceObserver(function(list, observer) {
console.info(list.getEntries())
observer.disconnect()
}).observe({entryTypes: ['server']})
Spec: https://w3c.github.io/server-timing/
Intent to implement:
https://groups.google.com/a/chromium.org/forum/#!msg/blink-dev/y3qwr490Fc4/boGoo41-BwAJ
BUG= 702760
Total comments: 4
Total comments: 10
Total comments: 8
Total comments: 1
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+895 lines, -78 lines) |
Patch |
 |
A |
third_party/WebKit/LayoutTests/external/wpt/common/performance-timeline-utils.js
|
View
|
1
2
3
4
|
1 chunk |
+40 lines, -0 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/LayoutTests/external/wpt/navigation-timing/resources/webperftestharness.js
|
View
|
1
2
3
|
3 chunks |
+0 lines, -37 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/LayoutTests/external/wpt/navigation-timing/test_document_open.html
|
View
|
1
2
3
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/LayoutTests/external/wpt/navigation-timing/test_navigate_within_document.html
|
View
|
1
2
3
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/LayoutTests/external/wpt/navigation-timing/test_navigation_attributes_exist.html
|
View
|
1
2
3
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/LayoutTests/external/wpt/navigation-timing/test_navigation_redirectCount_none.html
|
View
|
1
2
3
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/LayoutTests/external/wpt/navigation-timing/test_navigation_type_backforward.html
|
View
|
1
2
3
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/LayoutTests/external/wpt/navigation-timing/test_navigation_type_enums.html
|
View
|
1
2
3
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/LayoutTests/external/wpt/navigation-timing/test_navigation_type_reload.html
|
View
|
1
2
3
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/LayoutTests/external/wpt/navigation-timing/test_no_previous_document.html
|
View
|
1
2
3
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/LayoutTests/external/wpt/navigation-timing/test_performance_attributes_exist.html
|
View
|
1
2
3
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/LayoutTests/external/wpt/navigation-timing/test_performance_attributes_exist_in_object.html
|
View
|
1
2
3
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/LayoutTests/external/wpt/navigation-timing/test_readwrite.html
|
View
|
1
2
3
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/LayoutTests/external/wpt/navigation-timing/test_timing_attributes_exist.html
|
View
|
1
2
3
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/LayoutTests/external/wpt/navigation-timing/test_timing_attributes_order.html
|
View
|
1
2
3
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/LayoutTests/external/wpt/navigation-timing/test_timing_client_redirect.html
|
View
|
1
2
3
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/LayoutTests/external/wpt/navigation-timing/test_timing_reload.html
|
View
|
1
2
3
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/LayoutTests/external/wpt/navigation-timing/test_timing_server_redirect.html
|
View
|
1
2
3
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/LayoutTests/external/wpt/navigation-timing/test_timing_xserver_redirect.html
|
View
|
1
2
3
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/LayoutTests/external/wpt/navigation-timing/test_unique_performance_objects.html
|
View
|
1
2
3
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
A |
third_party/WebKit/LayoutTests/external/wpt/server-timing/resources/blue.png
|
View
|
|
Binary file |
0 comments
|
Download
|
 |
A |
third_party/WebKit/LayoutTests/external/wpt/server-timing/resources/blue.png.sub.headers
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
A |
third_party/WebKit/LayoutTests/external/wpt/server-timing/resources/green.png
|
View
|
|
Binary file |
0 comments
|
Download
|
 |
A |
third_party/WebKit/LayoutTests/external/wpt/server-timing/resources/green.png.sub.headers
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
A |
third_party/WebKit/LayoutTests/external/wpt/server-timing/test_server_timing.html
|
View
|
1
2
3
4
|
1 chunk |
+50 lines, -0 lines |
0 comments
|
Download
|
 |
A |
third_party/WebKit/LayoutTests/external/wpt/server-timing/test_server_timing.html.sub.headers
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/LayoutTests/external/wpt/user-timing/measure.html
|
View
|
1
2
3
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/LayoutTests/external/wpt/user-timing/measure_navigation_timing.html
|
View
|
1
2
3
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/LayoutTests/external/wpt/user-timing/resources/webperftestharness.js
|
View
|
1
2
3
|
4 chunks |
+0 lines, -37 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/core/core_idl_files.gni
|
View
|
1
2
3
4
5
6
7
8
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/core/frame/LocalDOMWindow.h
|
View
|
1
2
3
4
|
2 chunks |
+4 lines, -0 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/core/frame/LocalDOMWindow.cpp
|
View
|
1
2
3
4
5
6
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/core/loader/DocumentLoader.cpp
|
View
|
1
2
3
4
5
6
7
8
|
4 chunks |
+12 lines, -3 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/core/loader/FrameFetchContext.cpp
|
View
|
1
2
3
4
5
6
|
2 chunks |
+13 lines, -0 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/core/timing/BUILD.gn
|
View
|
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/core/timing/PerformanceBase.h
|
View
|
1
2
3
4
5
|
3 chunks |
+8 lines, -0 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/core/timing/PerformanceBase.cpp
|
View
|
1
2
3
4
5
6
7
8
|
8 chunks |
+63 lines, -0 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/core/timing/PerformanceEntry.h
|
View
|
1
2
3
4
5
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/core/timing/PerformanceEntry.cpp
|
View
|
1
2
3
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
A |
third_party/WebKit/Source/core/timing/PerformanceServerTiming.h
|
View
|
1
2
3
|
1 chunk |
+43 lines, -0 lines |
0 comments
|
Download
|
 |
A |
third_party/WebKit/Source/core/timing/PerformanceServerTiming.cpp
|
View
|
1
2
3
4
5
|
1 chunk |
+37 lines, -0 lines |
0 comments
|
Download
|
 |
A |
third_party/WebKit/Source/core/timing/PerformanceServerTiming.idl
|
View
|
1
2
|
1 chunk |
+12 lines, -0 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/platform/RuntimeEnabledFeatures.json5
|
View
|
1
2
3
4
5
6
7
8
|
1 chunk |
+4 lines, -0 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/platform/network/HTTPNames.json5
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/platform/network/HTTPParsers.h
|
View
|
1
2
3
|
2 chunks |
+16 lines, -0 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/platform/network/HTTPParsers.cpp
|
View
|
1
2
3
|
1 chunk |
+63 lines, -0 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/platform/network/HTTPParsersTest.cpp
|
View
|
1
2
3
|
1 chunk |
+498 lines, -0 lines |
0 comments
|
Download
|
Total messages: 36 (15 generated)
|