https://x.yupoo.com/photos//albums

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

DNS

EventTiming (ms)
domainLookupStart1939
domainLookupEnd1939

TCP

EventTiming (ms)
connectStart1941
secureConnectionStart1948
connectEnd3180

Request

EventTiming (ms)
requestStart3181

Response

EventTiming (ms)
responseStart3621
responseEnd3624

Processing

EventTiming (ms)
domInteractive5324
domContentLoadedEventStart5324
domContentLoadedEventEnd5325
domComplete7904

Load

EventTiming (ms)
loadEventStart7904
loadEventEnd7905