https://webrestoreapp.net/connect/

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)
redirectStart1
redirectEnd736

Service Worker Init

EventTiming (ms)
workerStart0

Service Worker Fetch Event

EventTiming (ms)
fetchStart736

DNS

EventTiming (ms)
domainLookupStart736
domainLookupEnd736

TCP

EventTiming (ms)
connectStart736
secureConnectionStart736
connectEnd736

Request

EventTiming (ms)
requestStart738

Response

EventTiming (ms)
responseStart1047
responseEnd1143

Processing

EventTiming (ms)
domInteractive1744
domContentLoadedEventStart1744
domContentLoadedEventEnd1746
domComplete1950

Load

EventTiming (ms)
loadEventStart1950
loadEventEnd1950