https://partyhax.club/

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)
redirectStart1
redirectEnd134

Service Worker Init

EventTiming (ms)
workerStart0

Service Worker Fetch Event

EventTiming (ms)
fetchStart134

DNS

EventTiming (ms)
domainLookupStart134
domainLookupEnd134

TCP

EventTiming (ms)
connectStart134
secureConnectionStart134
connectEnd134

Request

EventTiming (ms)
requestStart138

Response

EventTiming (ms)
responseStart157
responseEnd161

Processing

EventTiming (ms)
domInteractive339
domContentLoadedEventStart351
domContentLoadedEventEnd351
domComplete489

Load

EventTiming (ms)
loadEventStart489
loadEventEnd491