https://docs.google.com/forms/d/e/1FAIpQLSd2tmmsHMsBYl4guYLemwR7Z9e30Rflp8TX-vX3yPBHRZ9Asw/viewform?vc=0&c=0&w=1&flr=0

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

DNS

EventTiming (ms)
domainLookupStart375
domainLookupEnd375

TCP

EventTiming (ms)
connectStart377
secureConnectionStart386
connectEnd418

Request

EventTiming (ms)
requestStart419

Response

EventTiming (ms)
responseStart821
responseEnd828

Processing

EventTiming (ms)
domInteractive841
domContentLoadedEventStart841
domContentLoadedEventEnd841
domComplete927

Load

EventTiming (ms)
loadEventStart927
loadEventEnd927