https://glot.io/snippets/h3f3gqcdbg

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

DNS

EventoTiempo (ms)
domainLookupStart2
domainLookupEnd2

TCP

EventoTiempo (ms)
connectStart72
secureConnectionStart86
connectEnd519

Solicitud

EventoTiempo (ms)
requestStart519

Respuesta

EventoTiempo (ms)
responseStart591
responseEnd661

Procesando

EventoTiempo (ms)
domInteractive1127
domContentLoadedEventStart1127
domContentLoadedEventEnd1127
domComplete1259

Carga

EventoTiempo (ms)
loadEventStart1259
loadEventEnd1261