https://www.onlinegdb.com/ch4cK9SCf

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

DNS

EventTiming (ms)
domainLookupStart567
domainLookupEnd567

TCP

EventTiming (ms)
connectStart571
secureConnectionStart578
connectEnd599

Request

EventTiming (ms)
requestStart600

Response

EventTiming (ms)
responseStart1024
responseEnd1139

Processing

EventTiming (ms)
domInteractive2248
domContentLoadedEventStart2523
domContentLoadedEventEnd2670
domComplete4597

Load

EventTiming (ms)
loadEventStart4598
loadEventEnd4611