https://scrinshoted.github.io/

Performance Navigation Timing

The PerformanceNavigationTiming interface provides metrics regarding the browser's document navigation events

Learn more...

Process Unload Event

EventTiming (ms)
unloadEventStart0
unloadEventEnd0

Redirect

EventTiming (ms)
redirectStart0
redirectEnd0

Service Worker Init

EventTiming (ms)
workerStart0

Service Worker Fetch Event

EventTiming (ms)
fetchStart15

DNS

EventTiming (ms)
domainLookupStart15
domainLookupEnd15

TCP

EventTiming (ms)
connectStart35
secureConnectionStart69
connectEnd99

Request

EventTiming (ms)
requestStart99

Response

EventTiming (ms)
responseStart104
responseEnd109

Processing

EventTiming (ms)
domInteractive443
domContentLoadedEventStart444
domContentLoadedEventEnd444
domComplete582

Load

EventTiming (ms)
loadEventStart582
loadEventEnd583