https://docs.google.com/forms/d/e/1FAIpQLSdjiz6DXQ3vY9hlvEC2cfgWZ2jc1pRWUobVR6QedDiK4T3REQ/viewform?usp=send_form

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

DNS

EventTiming (ms)
domainLookupStart318
domainLookupEnd318

TCP

EventTiming (ms)
connectStart320
secureConnectionStart329
connectEnd360

Request

EventTiming (ms)
requestStart361

Response

EventTiming (ms)
responseStart836
responseEnd845

Processing

EventTiming (ms)
domInteractive861
domContentLoadedEventStart861
domContentLoadedEventEnd861
domComplete950

Load

EventTiming (ms)
loadEventStart950
loadEventEnd950