Total Blocking Time とは?
Total blocking time(TBT)とは、読み込み中に長いタスクによってメインスレッドがブロックされた合計時間を測定し、各タスクのうち小さなしきい値を超えた部分だけを数えます。first contentful paint から time to interactive までを対象とします。TBT が高いと、その期間ページは入力を無視または遅延させることになります。
なぜ重要か
TBT は入力応答性のラボ上の代理指標であり、全体的なパフォーマンススコアへの主要な入力です。長い JavaScript タスクを分割することが、それを下げる通常の方法です。
関連ガイド
What Is Time to Interactive?Time to interactive measures when a page has rendered and reliably responds to user input quickly, marking th…
What Is a Performance Score?A performance score is a composite number, often zero to one hundred, that a tool computes by weighting sever…
What Is Speed Index?Speed index measures how quickly the visible parts of a page paint during load, giving a score that rewards s…