https://cdn.btmessage.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)
unloadEventStart25
unloadEventEnd25

Redirect

EventTiming (ms)
redirectStart2
redirectEnd10

Service Worker Init

EventTiming (ms)
workerStart0

Service Worker Fetch Event

EventTiming (ms)
fetchStart10

DNS

EventTiming (ms)
domainLookupStart10
domainLookupEnd10

TCP

EventTiming (ms)
connectStart10
secureConnectionStart10
connectEnd10

Request

EventTiming (ms)
requestStart11

Response

EventTiming (ms)
responseStart19
responseEnd22

Processing

EventTiming (ms)
domInteractive36
domContentLoadedEventStart93
domContentLoadedEventEnd93
domComplete93

Load

EventTiming (ms)
loadEventStart93
loadEventEnd93