https://anotepad.com/notes/362ip2aq

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)
connectStart54
secureConnectionStart64
connectEnd288

Solicitud

EventoTiempo (ms)
requestStart288

Respuesta

EventoTiempo (ms)
responseStart509
responseEnd513

Procesando

EventoTiempo (ms)
domInteractive975
domContentLoadedEventStart976
domContentLoadedEventEnd977
domComplete1358

Carga

EventoTiempo (ms)
loadEventStart1359
loadEventEnd1359