https://www.onlinegdb.com/1iHxVlIMZ

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

DNS

EventTiming (ms)
domainLookupStart562
domainLookupEnd562

TCP

EventTiming (ms)
connectStart565
secureConnectionStart571
connectEnd592

Request

EventTiming (ms)
requestStart593

Response

EventTiming (ms)
responseStart1025
responseEnd1178

Processing

EventTiming (ms)
domInteractive2286
domContentLoadedEventStart2487
domContentLoadedEventEnd2621
domComplete4412

Load

EventTiming (ms)
loadEventStart4413
loadEventEnd4440