blob: 01e452f5ad75211060ea0b6e8cf81e3f15752eda (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
---
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>
|