https://javtiful.com/videos

Submitted URL:
https://javtiful.com/videos/shorRedirected
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)
redirectStart1
redirectEnd907

Service Worker Init

EventTiming (ms)
workerStart0

Service Worker Fetch Event

EventTiming (ms)
fetchStart907

DNS

EventTiming (ms)
domainLookupStart907
domainLookupEnd907

TCP

EventTiming (ms)
connectStart907
secureConnectionStart907
connectEnd907

Request

EventTiming (ms)
requestStart910

Response

EventTiming (ms)
responseStart3285
responseEnd9785

Processing

EventTiming (ms)
domInteractive9891
domContentLoadedEventStart9891
domContentLoadedEventEnd9892
domComplete10038

Load

EventTiming (ms)
loadEventStart10038
loadEventEnd10039