https://hackmd.io/@0AsSjnaeSB-kWRhTx-0Vzg/Hk6082SvJg?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)
redirectStart1
redirectEnd1114

Service Worker Init

EventTiming (ms)
workerStart0

Service Worker Fetch Event

EventTiming (ms)
fetchStart1114

DNS

EventTiming (ms)
domainLookupStart1114
domainLookupEnd1114

TCP

EventTiming (ms)
connectStart1114
secureConnectionStart1114
connectEnd1114

Request

EventTiming (ms)
requestStart1119

Response

EventTiming (ms)
responseStart1416
responseEnd1502

Processing

EventTiming (ms)
domInteractive3329
domContentLoadedEventStart10426
domContentLoadedEventEnd10429
domComplete13712

Load

EventTiming (ms)
loadEventStart13712
loadEventEnd13729