https://paste.ofcode.org/yGe6XpXv9LHKLuiMGLxgjq

Performance Navigation Timing

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

DNS

EventTiming (ms)
domainLookupStart20
domainLookupEnd20

TCP

EventTiming (ms)
connectStart196
secureConnectionStart224
connectEnd268

Request

EventTiming (ms)
requestStart269

Response

EventTiming (ms)
responseStart756
responseEnd798

Processing

EventTiming (ms)
domInteractive1738
domContentLoadedEventStart1752
domContentLoadedEventEnd1796
domComplete1928

Load

EventTiming (ms)
loadEventStart1928
loadEventEnd1929