https://facelessb.com/

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

DNS

EventTiming (ms)
domainLookupStart224
domainLookupEnd224

TCP

EventTiming (ms)
connectStart256
secureConnectionStart312
connectEnd820

Request

EventTiming (ms)
requestStart820

Response

EventTiming (ms)
responseStart891
responseEnd895

Processing

EventTiming (ms)
domInteractive1183
domContentLoadedEventStart1202
domContentLoadedEventEnd1208
domComplete1327

Load

EventTiming (ms)
loadEventStart1327
loadEventEnd1330