https://hackmd.io/@0AsSjnaeSB-kWRhTx-0Vzg/Skfj7IiL1x?type=view

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
redirectEnd1049

Init de service worker

EventoTiempo (ms)
workerStart0

Evento fetch de service worker

EventoTiempo (ms)
fetchStart1049

DNS

EventoTiempo (ms)
domainLookupStart1049
domainLookupEnd1049

TCP

EventoTiempo (ms)
connectStart1049
secureConnectionStart1049
connectEnd1049

Solicitud

EventoTiempo (ms)
requestStart1052

Respuesta

EventoTiempo (ms)
responseStart1334
responseEnd1376

Procesando

EventoTiempo (ms)
domInteractive2058
domContentLoadedEventStart4825
domContentLoadedEventEnd4827
domComplete5662

Carga

EventoTiempo (ms)
loadEventStart5662
loadEventEnd5671