https://www.iplocation.net/

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

DNS

EventTiming (ms)
domainLookupStart104
domainLookupEnd104

TCP

EventTiming (ms)
connectStart106
secureConnectionStart112
connectEnd137

Request

EventTiming (ms)
requestStart139

Response

EventTiming (ms)
responseStart604
responseEnd843

Processing

EventTiming (ms)
domInteractive3056
domContentLoadedEventStart3059
domContentLoadedEventEnd3305
domComplete8613

Load

EventTiming (ms)
loadEventStart8624
loadEventEnd8642