https://dooodster.com/e/9zz0tnch1vgq

Performance Navigation Timing

Copy link

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)
fetchStart243

DNS

EventTiming (ms)
domainLookupStart243
domainLookupEnd243

TCP

EventTiming (ms)
connectStart245
secureConnectionStart252
connectEnd265

Request

EventTiming (ms)
requestStart265

Response

EventTiming (ms)
responseStart337
responseEnd384

Processing

EventTiming (ms)
domInteractive1181
domContentLoadedEventStart1187
domContentLoadedEventEnd1187
domComplete2051

Load

EventTiming (ms)
loadEventStart2054
loadEventEnd2054