https://b.pocketstop.com/JK

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

DNS

EventTiming (ms)
domainLookupStart1975
domainLookupEnd1975

TCP

EventTiming (ms)
connectStart1978
secureConnectionStart1992
connectEnd2420

Request

EventTiming (ms)
requestStart2420

Response

EventTiming (ms)
responseStart2581
responseEnd2585

Processing

EventTiming (ms)
domInteractive2610
domContentLoadedEventStart2610
domContentLoadedEventEnd2610
domComplete2611

Load

EventTiming (ms)
loadEventStart2611
loadEventEnd2611