Skip to content

Total Blocking Time

Spicy — senior dev territoryFrontend

ELI5 — The Vibe Check

Total Blocking Time is the sum of all the moments your browser was too busy running JavaScript to notice you desperately clicking buttons. It's like being on hold — each second feels like ten, and you're seriously considering switching providers.

Real Talk

Total Blocking Time (TBT) measures the total time between First Contentful Paint and Time to Interactive where the main thread was blocked for more than 50ms. Each task's blocking time is the portion exceeding the 50ms threshold. Lower TBT means better interactivity.

When You'll Hear This

"Our TBT is 800ms — that third-party analytics script is destroying us" / "Lighthouse flags anything over 200ms TBT as needing improvement"

Made with passive-aggressive love by manoga.digital. Powered by Claude.