https://hackmd.io/@s-UlejuXQTSbESyNG6Thew/BJCJMFI_yx

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

DNS

EventoTiempo (ms)
domainLookupStart1
domainLookupEnd1

TCP

EventoTiempo (ms)
connectStart59
secureConnectionStart71
connectEnd801

Solicitud

EventoTiempo (ms)
requestStart801

Respuesta

EventoTiempo (ms)
responseStart1143
responseEnd1185

Procesando

EventoTiempo (ms)
domInteractive2287
domContentLoadedEventStart6586
domContentLoadedEventEnd6590
domComplete9325

Carga

EventoTiempo (ms)
loadEventStart9326
loadEventEnd9342