Skip to content

Commit 4bc6661

Browse files
committed
Add TTI FAQ
1 parent 0b3d4e8 commit 4bc6661

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

_posts/2026-06-01-front-ends-missing-metric-the-tbt-window.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,16 @@ title: "Front-End’s Missing Metric: The TBT Window"
44
date: 2026-06-01 11:30:00
55
categories: Web Development
66
main: "https://csswizardry.com/wp-content/uploads/2026/06/speedcurve-02.png"
7-
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."
88
faq:
99
- question: "What is the TBT Window?"
1010
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."
1111
- question: "Why can TBT change when JavaScript has not changed?"
1212
answer: "TBT can change if FCP or TTI moves, because that changes the measurement window in which long tasks are counted."
1313
- question: "Can genuine long-task regressions widen the TBT Window?"
1414
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."
1517
- question: "Why should synthetic tools show the TBT Window?"
1618
answer: "Plotting TBT Window alongside TBT helps developers tell the difference between more blocking work and a larger measurement window."
1719
---
@@ -358,7 +360,7 @@ TTI leaves a lot to be desired—entirely unrelated and unexpected network
358360
activity can completely tank otherwise healthy pages.
359361

360362
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.
362364
Otherwise, sooner or later, you will find yourself trying to find JavaScript
363365
that didn’t even change.
364366

0 commit comments

Comments
 (0)