https://www.sfu.ca/gradstudies.html

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

DNS

EventTiming (ms)
domainLookupStart916
domainLookupEnd916

TCP

EventTiming (ms)
connectStart918
secureConnectionStart923
connectEnd1554

Request

EventTiming (ms)
requestStart1554

Response

EventTiming (ms)
responseStart1747
responseEnd1869

Processing

EventTiming (ms)
domInteractive4342
domContentLoadedEventStart4343
domContentLoadedEventEnd4417
domComplete6053

Load

EventTiming (ms)
loadEventStart6054
loadEventEnd6054