https://hackmd.io/@0AsSjnaeSB-kWRhTx-0Vzg/SyW0TDIdJx?type=view

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
redirectEnd1081

Service Worker Init

EventTiming (ms)
workerStart0

Service Worker Fetch Event

EventTiming (ms)
fetchStart1081

DNS

EventTiming (ms)
domainLookupStart1081
domainLookupEnd1081

TCP

EventTiming (ms)
connectStart1081
secureConnectionStart1081
connectEnd1081

Request

EventTiming (ms)
requestStart1088

Response

EventTiming (ms)
responseStart1389
responseEnd1431

Processing

EventTiming (ms)
domInteractive2343
domContentLoadedEventStart5720
domContentLoadedEventEnd5721
domComplete7332

Load

EventTiming (ms)
loadEventStart7332
loadEventEnd7344