https://telegram.org/

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

DNS

EventTiming (ms)
domainLookupStart286
domainLookupEnd286

TCP

EventTiming (ms)
connectStart289
secureConnectionStart301
connectEnd406

Request

EventTiming (ms)
requestStart406

Response

EventTiming (ms)
responseStart500
responseEnd504

Processing

EventTiming (ms)
domInteractive881
domContentLoadedEventStart882
domContentLoadedEventEnd882
domComplete1022

Load

EventTiming (ms)
loadEventStart1022
loadEventEnd1025