https://webinar-ms.onepage.me/vbnl

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

DNS

EventTiming (ms)
domainLookupStart320
domainLookupEnd320

TCP

EventTiming (ms)
connectStart322
secureConnectionStart331
connectEnd447

Request

EventTiming (ms)
requestStart448

Response

EventTiming (ms)
responseStart522
responseEnd528

Processing

EventTiming (ms)
domInteractive920
domContentLoadedEventStart957
domContentLoadedEventEnd957
domComplete1286

Load

EventTiming (ms)
loadEventStart1286
loadEventEnd1287