diff options
author | Peter Bengtsson <mail@peterbe.com> | 2020-12-08 14:40:17 -0500 |
---|---|---|
committer | Peter Bengtsson <mail@peterbe.com> | 2020-12-08 14:40:17 -0500 |
commit | 33058f2b292b3a581333bdfb21b8f671898c5060 (patch) | |
tree | 51c3e392513ec574331b2d3f85c394445ea803c6 /files/ja/glossary/web_performance | |
parent | 8b66d724f7caf0157093fb09cfec8fbd0c6ad50a (diff) | |
download | translated-content-33058f2b292b3a581333bdfb21b8f671898c5060.tar.gz translated-content-33058f2b292b3a581333bdfb21b8f671898c5060.tar.bz2 translated-content-33058f2b292b3a581333bdfb21b8f671898c5060.zip |
initial commit
Diffstat (limited to 'files/ja/glossary/web_performance')
-rw-r--r-- | files/ja/glossary/web_performance/index.html | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/files/ja/glossary/web_performance/index.html b/files/ja/glossary/web_performance/index.html new file mode 100644 index 0000000000..bed6c986b2 --- /dev/null +++ b/files/ja/glossary/web_performance/index.html @@ -0,0 +1,29 @@ +--- +title: Web performance (ウェブの性能) +slug: Glossary/Web_performance +tags: + - Glossary + - Perceived Performance + - Reference + - Web Performance + - ウェブパフォーマンス + - 用語集 + - 知覚パフォーマンス +translation_of: Glossary/Web_performance +--- +<p><span class="seoSummary"><strong>ウェブパフォーマンス</strong>とは、コンテンツのリクエストが行われてから、リクエストされたコンテンツがユーザーのブラウザーに表示されるまでの客観的な時間であり、客観的なレンダリング時間、読み込み時間と主観的な読み込み時間および実行時間の使い心地のことです。</span>客観的には、ウェブページやウェブアプリケーションがダウンロードされ、ユーザーのウェブブラウザーに表示され、レスポンシブかつ操作可能になるまでのミリ秒単位で測定可能な時間です。これは、秒あたりのフレーム数と、メインスレッドがユーザーのインタラクションに利用できない時間のことです。主観的には、ユーザーがコンテンツを要求してから、要求されたコンテンツが利用可能で使用可能だとユーザーが感じるまでの時間が遅いと感じるか、速いと感じるかについてのユーザーの<em>間隔</em>です。</p> + +<h2 id="Learn_more" name="Learn_more">関連項目</h2> + +<ul> + <li><a href="/ja/docs/Learn/Performance/">ウェブの性能について知る</a></li> + <li><a href="/ja/docs/Glossary/Perceived_performance">知覚パフォーマンス</a></li> +</ul> + +<section class="Quick_links" id="Quick_Links"> +<ul> + <li> + <details open><summary></summary> {{ListSubpages("/ja/docs/Glossary")}}</details> + </li> +</ul> +</section> |