https://app.daily.dev/posts/dgdyert-lo58ulxsg?userid=XlUlBBfswVCkyupcPyGkq&cid=share_post

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

DNS

EventTiming (ms)
domainLookupStart283
domainLookupEnd283

TCP

EventTiming (ms)
connectStart284
secureConnectionStart293
connectEnd341

Request

EventTiming (ms)
requestStart342

Response

EventTiming (ms)
responseStart664
responseEnd807

Processing

EventTiming (ms)
domInteractive811
domContentLoadedEventStart1199
domContentLoadedEventEnd1199
domComplete1199

Load

EventTiming (ms)
loadEventStart1202
loadEventEnd1202