https://www.mitrphol.com/home

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
redirectEnd1929

Service Worker Init

EventTiming (ms)
workerStart0

Service Worker Fetch Event

EventTiming (ms)
fetchStart1929

DNS

EventTiming (ms)
domainLookupStart1929
domainLookupEnd1929

TCP

EventTiming (ms)
connectStart1929
secureConnectionStart1929
connectEnd1929

Request

EventTiming (ms)
requestStart1931

Response

EventTiming (ms)
responseStart2150
responseEnd2168

Processing

EventTiming (ms)
domInteractive4111
domContentLoadedEventStart4113
domContentLoadedEventEnd4155
domComplete4159

Load

EventTiming (ms)
loadEventStart4159
loadEventEnd4166