--- title: Time to interactive (対話時間) slug: Glossary/Time_to_interactive tags: - Glossary - Web パフォーマンス - パフォーマンス - リファレンス translation_of: Glossary/Time_to_interactive --- <p class="seoSummary"><strong>対話時間 (TTI)</strong> は、最後の<a href="/ja/docs/Web/API/Long_Tasks_API">ロングタスク</a>が終了し、その後5秒間のネットワークとメインスレッドの非アクティブ状態が続いた時点として定義される、標準化されていない Web パフォーマンスの「進行状況」メトリクスです。</p> <p>2018年に Web Incubator Community Group によって提案された TTI は、ページまたはアプリケーションに有用なコンテンツが含まれ、メインスレッドがアイドル状態になり、イベントハンドラの登録など、ユーザの操作に自由にレスポンスできるようになるメトリクスを提供します。</p> <h4 id="警告">警告:</h4> <p>TTIは、{{domxref("Long Tasks API")}} からの情報を利用して導出されます。一部のパフォーマンス監視ツールで利用可能ですが、TTI は執筆時点で公式の Web 仕様の一部ではありません。</p> <h2 id="あわせて参照">あわせて参照</h2> <ul> <li>Web Incubator Community Group からの <a href="https://github.com/WICG/time-to-interactive">TTI の定義</a></li> <li><a href="https://building.calibreapp.com/time-to-interactive-focusing-on-the-human-centric-metrics-22eb7e64dd23">Time to Interactive — focusing on human-centric metrics</a> by Radimir Bitsov</li> <li><a href="https://developers.google.com/web/fundamentals/performance/user-centric-performance-metrics#tracking_tti">Tracking TTI</a></li> </ul>