https://glot.io/snippets/h3jz28z4kq

Submitted URL:
https://glot.io/snippets/h3jz28z4kq
Report Finished:

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

DNS

EventTiming (ms)
domainLookupStart8
domainLookupEnd8

TCP

EventTiming (ms)
connectStart108
secureConnectionStart118
connectEnd459

Request

EventTiming (ms)
requestStart463

Response

EventTiming (ms)
responseStart531
responseEnd534

Processing

EventTiming (ms)
domInteractive1560
domContentLoadedEventStart1560
domContentLoadedEventEnd1571
domComplete1909

Load

EventTiming (ms)
loadEventStart1909
loadEventEnd1910