https://chat.whatsapp.com/HWqoDC9SWSiE1YvprtVEQM

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

DNS

EventTiming (ms)
domainLookupStart922
domainLookupEnd922

TCP

EventTiming (ms)
connectStart926
secureConnectionStart941
connectEnd955

Request

EventTiming (ms)
requestStart956

Response

EventTiming (ms)
responseStart1802
responseEnd1859

Processing

EventTiming (ms)
domInteractive2209
domContentLoadedEventStart2209
domContentLoadedEventEnd2211
domComplete2352

Load

EventTiming (ms)
loadEventStart2352
loadEventEnd2355