https://www.driveholon.com/en/

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
redirectEnd520

Service Worker Init

EventTiming (ms)
workerStart0

Service Worker Fetch Event

EventTiming (ms)
fetchStart520

DNS

EventTiming (ms)
domainLookupStart520
domainLookupEnd520

TCP

EventTiming (ms)
connectStart520
secureConnectionStart520
connectEnd520

Request

EventTiming (ms)
requestStart526

Response

EventTiming (ms)
responseStart615
responseEnd660

Processing

EventTiming (ms)
domInteractive1050
domContentLoadedEventStart1133
domContentLoadedEventEnd1206
domComplete1434

Load

EventTiming (ms)
loadEventStart1434
loadEventEnd1436