https://arvid22.exblog.jp/profile/

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

DNS

EventoTiempo (ms)
domainLookupStart1
domainLookupEnd1

TCP

EventoTiempo (ms)
connectStart53
secureConnectionStart64
connectEnd651

Solicitud

EventoTiempo (ms)
requestStart652

Respuesta

EventoTiempo (ms)
responseStart1230
responseEnd1234

Procesando

EventoTiempo (ms)
domInteractive3576
domContentLoadedEventStart3577
domContentLoadedEventEnd3602
domComplete4327

Carga

EventoTiempo (ms)
loadEventStart4327
loadEventEnd4330