You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
meta: "The TBT Window is the FCP-to-TTI interval used to calculate synthetic Total Blocking Time. If FCP or TTI moves, TBT can change even when long tasks do not."
7
+
meta: "The TBT Window is the FCP-to-TTI interval used to calculate Total Blocking Time. If FCP or TTI moves, TBT can change even when long tasks do not."
8
8
faq:
9
9
- question: "What is the TBT Window?"
10
10
answer: "The TBT Window is the interval between First Contentful Paint and Time to Interactive during which Total Blocking Time counts the blocking portions of long tasks."
11
11
- question: "Why can TBT change when JavaScript has not changed?"
12
12
answer: "TBT can change if FCP or TTI moves, because that changes the measurement window in which long tasks are counted."
13
13
- question: "Can genuine long-task regressions widen the TBT Window?"
14
14
answer: "Yes. Because TTI depends on long-task quietness, more or later long tasks can push TTI later, widening the TBT Window and increasing TBT for legitimate reasons."
15
+
- question: "Is TTI still an important metric?"
16
+
answer: "TTI is no longer part of the Lighthouse performance score, but it still matters for TBT because it defines the end of the TBT Window."
15
17
- question: "Why should synthetic tools show the TBT Window?"
16
18
answer: "Plotting TBT Window alongside TBT helps developers tell the difference between more blocking work and a larger measurement window."
17
19
---
@@ -358,7 +360,7 @@ TTI leaves a lot to be desired—entirely unrelated and unexpected network
358
360
activity can completely tank otherwise healthy pages.
359
361
360
362
TTI may have left the Lighthouse score, but it has not entirely left your
361
-
metrics. If you monitor synthetic TBT, keep an eye on your TBT Window as well.
363
+
metrics. If you monitor TBT, keep an eye on your TBT Window as well.
362
364
Otherwise, sooner or later, you will find yourself trying to find JavaScript
0 commit comments