https://paste.ofcode.org/ppyAShfncJAEQdv3SBDcjs

Performance Navigation Timing

Copy link

La interfaz PerformanceNavigationTiming brinda métricas relativas a los eventos de navegación de documentos del navegador

Más información...

Proceso de evento unload

EventoTiempo (ms)
unloadEventStart0
unloadEventEnd0

Redirección

EventoTiempo (ms)
redirectStart0
redirectEnd0

Init de service worker

EventoTiempo (ms)
workerStart0

Evento fetch de service worker

EventoTiempo (ms)
fetchStart0

DNS

EventoTiempo (ms)
domainLookupStart0
domainLookupEnd0

TCP

EventoTiempo (ms)
connectStart46
secureConnectionStart54
connectEnd277

Solicitud

EventoTiempo (ms)
requestStart278

Respuesta

EventoTiempo (ms)
responseStart744
responseEnd748

Procesando

EventoTiempo (ms)
domInteractive1657
domContentLoadedEventStart1660
domContentLoadedEventEnd1671
domComplete1740

Carga

EventoTiempo (ms)
loadEventStart1740
loadEventEnd1741