https://forum.thecodingcolosseum.com/topic/32102/vdfyhmzr

Performance Navigation Timing

Copy link

La interfaz PerformanceNavigationTiming proporciona 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)
fetchStart6

DNS

EventoTiempo (ms)
domainLookupStart6
domainLookupEnd6

TCP

EventoTiempo (ms)
connectStart144
secureConnectionStart154
connectEnd391

Solicitud

EventoTiempo (ms)
requestStart392

Respuesta

EventoTiempo (ms)
responseStart593
responseEnd641

Procesando

EventoTiempo (ms)
domInteractive768
domContentLoadedEventStart957
domContentLoadedEventEnd957
domComplete969

Carga

EventoTiempo (ms)
loadEventStart969
loadEventEnd970