https://www.prolific.com.tw/US/index.aspx

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
redirectEnd1610

Service Worker Init

EventTiming (ms)
workerStart0

Service Worker Fetch Event

EventTiming (ms)
fetchStart1610

DNS

EventTiming (ms)
domainLookupStart1610
domainLookupEnd1610

TCP

EventTiming (ms)
connectStart1610
secureConnectionStart1610
connectEnd1610

Request

EventTiming (ms)
requestStart1612

Response

EventTiming (ms)
responseStart2232
responseEnd2273

Processing

EventTiming (ms)
domInteractive4473
domContentLoadedEventStart4473
domContentLoadedEventEnd4497
domComplete5013

Load

EventTiming (ms)
loadEventStart5013
loadEventEnd5014