From 33058f2b292b3a581333bdfb21b8f671898c5060 Mon Sep 17 00:00:00 2001 From: Peter Bengtsson Date: Tue, 8 Dec 2020 14:40:17 -0500 Subject: initial commit --- files/ja/glossary/speed_index/index.html | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 files/ja/glossary/speed_index/index.html (limited to 'files/ja/glossary/speed_index/index.html') diff --git a/files/ja/glossary/speed_index/index.html b/files/ja/glossary/speed_index/index.html new file mode 100644 index 0000000000..bdacbe71f7 --- /dev/null +++ b/files/ja/glossary/speed_index/index.html @@ -0,0 +1,23 @@ +--- +title: Speed index (スピードインデックス) +slug: Glossary/Speed_index +tags: + - Glossary + - Performance + - Reference + - Web Performance + - ウェブの性能 + - 用語集 +translation_of: Glossary/Speed_index +--- +

スピードインデックス (SI) は、ページのコンテンツがどれだけ早く目に見える形で表示されているかを示すページ読み込み性能の指標です。これは、ページの可視部分が表示されるまでの平均時間です。ミリ秒単位で表示され、ビューポートのサイズに依存し、スコアが小さいほど良いことを表します。

+ +

SpeedIndex の計算

+ +

計算は、ページが視覚的に完全になるまでの 100ms 間隔ごとに、ページの何パーセントが視覚的に完全であるかを計算します。全体的なスコア、アバブ・ザ・フォールドの指標は、画面の視覚的に完了していないパーセント値を1/10秒間隔で計測した値の合計です。

+ +

関連情報

+ + -- cgit v1.2.3-54-g00ecf