https://doodstream.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)
fetchStart177

DNS

EventTiming (ms)
domainLookupStart177
domainLookupEnd177

TCP

EventTiming (ms)
connectStart179
secureConnectionStart189
connectEnd261

Request

EventTiming (ms)
requestStart261

Response

EventTiming (ms)
responseStart363
responseEnd367

Processing

EventTiming (ms)
domInteractive946
domContentLoadedEventStart946
domContentLoadedEventEnd963
domComplete1187

Load

EventTiming (ms)
loadEventStart1187
loadEventEnd1189