Time to Interactive とは?
Time to interactive(TTI)とは、ページがコンテンツを表示し、メインスレッドが短く一貫した遅延内で入力に応答できるほど空いた時点を記録する指標です。ページが準備できたように見えることと、実際に使える準備ができていることとの隔たりを捉えます。ペイント後の重いスクリプト実行は TTI を後ろへ押しやります。
なぜ重要か
ページは読み込まれたように見えても、スクリプトがまだ解析中のためにタップを無視することがあり、TTI はそれを露わにします。メインスレッドの作業を減らすと、使える瞬間が見える瞬間に近づきます。
関連ガイド
What Is Total Blocking Time?Total blocking time sums how long the main thread was blocked by long tasks between first paint and interacti…
What Is First Contentful Paint?First contentful paint measures the time from navigation until the browser renders the first content, such as…
What Is a Hydration Mismatch?A hydration mismatch happens when the markup a client renders during hydration differs from the server HTML,…