https://substack.com/home/post/p-154489735

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

DNS

EventTiming (ms)
domainLookupStart326
domainLookupEnd326

TCP

EventTiming (ms)
connectStart330
secureConnectionStart338
connectEnd357

Request

EventTiming (ms)
requestStart357

Response

EventTiming (ms)
responseStart384
responseEnd425

Processing

EventTiming (ms)
domInteractive426
domContentLoadedEventStart426
domContentLoadedEventEnd426
domComplete427

Load

EventTiming (ms)
loadEventStart427
loadEventEnd427