https://www.taptap.io/post/9017528

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

DNS

EventTiming (ms)
domainLookupStart9
domainLookupEnd9

TCP

EventTiming (ms)
connectStart72
secureConnectionStart80
connectEnd646

Request

EventTiming (ms)
requestStart650

Response

EventTiming (ms)
responseStart1147
responseEnd1188

Processing

EventTiming (ms)
domInteractive2231
domContentLoadedEventStart2487
domContentLoadedEventEnd2491
domComplete2953

Load

EventTiming (ms)
loadEventStart2953
loadEventEnd2953