https://anotepad.com/notes/cd66jr82

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

DNS

EventTiming (ms)
domainLookupStart1
domainLookupEnd1

TCP

EventTiming (ms)
connectStart125
secureConnectionStart135
connectEnd390

Request

EventTiming (ms)
requestStart391

Response

EventTiming (ms)
responseStart611
responseEnd615

Processing

EventTiming (ms)
domInteractive976
domContentLoadedEventStart976
domContentLoadedEventEnd977
domComplete3075

Load

EventTiming (ms)
loadEventStart3077
loadEventEnd3082