https://fixicon.blogspot.com/2021/11/what-do-different-onedrive-symbols-mean.html

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

DNS

EventTiming (ms)
domainLookupStart6
domainLookupEnd6

TCP

EventTiming (ms)
connectStart143
secureConnectionStart157
connectEnd192

Request

EventTiming (ms)
requestStart198

Response

EventTiming (ms)
responseStart482
responseEnd590

Processing

EventTiming (ms)
domInteractive1287
domContentLoadedEventStart1288
domContentLoadedEventEnd1291
domComplete3013

Load

EventTiming (ms)
loadEventStart3013
loadEventEnd3018