aboutsummaryrefslogtreecommitdiff
path: root/files/ja/glossary/speed_index/index.html
diff options
context:
space:
mode:
authorPeter Bengtsson <mail@peterbe.com>2020-12-08 14:40:17 -0500
committerPeter Bengtsson <mail@peterbe.com>2020-12-08 14:40:17 -0500
commit33058f2b292b3a581333bdfb21b8f671898c5060 (patch)
tree51c3e392513ec574331b2d3f85c394445ea803c6 /files/ja/glossary/speed_index/index.html
parent8b66d724f7caf0157093fb09cfec8fbd0c6ad50a (diff)
downloadtranslated-content-33058f2b292b3a581333bdfb21b8f671898c5060.tar.gz
translated-content-33058f2b292b3a581333bdfb21b8f671898c5060.tar.bz2
translated-content-33058f2b292b3a581333bdfb21b8f671898c5060.zip
initial commit
Diffstat (limited to 'files/ja/glossary/speed_index/index.html')
-rw-r--r--files/ja/glossary/speed_index/index.html23
1 files changed, 23 insertions, 0 deletions
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
+---
+<p><span class="seoSummary"><strong>スピードインデックス</strong> (SI) は、ページのコンテンツがどれだけ早く目に見える形で表示されているかを示すページ読み込み性能の指標です。これは、ページの可視部分が表示されるまでの平均時間です。ミリ秒単位で表示され、ビューポートのサイズに依存し、スコアが小さいほど良いことを表します。</span></p>
+
+<p><img alt="SpeedIndex の計算" src="https://mdn.mozillademos.org/files/16960/SpeedIndex.png" style="height: 582px; width: 739px;"></p>
+
+<p>計算は、ページが視覚的に完全になるまでの 100ms 間隔ごとに、ページの何パーセントが視覚的に完全であるかを計算します。全体的なスコア、アバブ・ザ・フォールドの指標は、画面の視覚的に完了していないパーセント値を1/10秒間隔で計測した値の合計です。</p>
+
+<h2 id="See_also" name="See_also">関連情報</h2>
+
+<ul>
+ <li><a href="/ja/docs/Learn/Performance">ウェブの性能について学ぶ</a></li>
+</ul>