https://daveep.top/x6xt

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

DNS

EventTiming (ms)
domainLookupStart1822
domainLookupEnd1822

TCP

EventTiming (ms)
connectStart1824
secureConnectionStart1832
connectEnd1855

Request

EventTiming (ms)
requestStart1855

Response

EventTiming (ms)
responseStart40919
responseEnd40924

Processing

EventTiming (ms)
domInteractive40958
domContentLoadedEventStart40958
domContentLoadedEventEnd40959
domComplete41000

Load

EventTiming (ms)
loadEventStart41000
loadEventEnd41000