https://glot.io/snippets/h46b159cfl

送信済みURL:
https://glot.io/snippets/h46b159cfl
レポート終了日:

Performance Navigation Timing

Copy link

PerformanceNavigationTimingインターフェイスはブラウザのドキュメントナビゲーションイベントに関する指標を提供します。

さらに詳しく…

アンロードイベントを処理

イベント時間(ミリ秒)
unloadEventStart0
unloadEventEnd0

リダイレクト

イベント時間(ミリ秒)
redirectStart0
redirectEnd0

Service Worker開始

イベント時間(ミリ秒)
workerStart0

Service Worker取得イベント

イベント時間(ミリ秒)
fetchStart1

DNS

イベント時間(ミリ秒)
domainLookupStart1
domainLookupEnd1

TCP

イベント時間(ミリ秒)
connectStart44
secureConnectionStart51
connectEnd1941

リクエスト

イベント時間(ミリ秒)
requestStart1941

レスポンス

イベント時間(ミリ秒)
responseStart2015
responseEnd2019

処理中

イベント時間(ミリ秒)
domInteractive2402
domContentLoadedEventStart2402
domContentLoadedEventEnd2403
domComplete2508

ロード

イベント時間(ミリ秒)
loadEventStart2508
loadEventEnd2509