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/web_performance/index.html | 29 ++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 files/ja/glossary/web_performance/index.html (limited to 'files/ja/glossary/web_performance') 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 +--- +

ウェブパフォーマンスとは、コンテンツのリクエストが行われてから、リクエストされたコンテンツがユーザーのブラウザーに表示されるまでの客観的な時間であり、客観的なレンダリング時間、読み込み時間と主観的な読み込み時間および実行時間の使い心地のことです。客観的には、ウェブページやウェブアプリケーションがダウンロードされ、ユーザーのウェブブラウザーに表示され、レスポンシブかつ操作可能になるまでのミリ秒単位で測定可能な時間です。これは、秒あたりのフレーム数と、メインスレッドがユーザーのインタラクションに利用できない時間のことです。主観的には、ユーザーがコンテンツを要求してから、要求されたコンテンツが利用可能で使用可能だとユーザーが感じるまでの時間が遅いと感じるか、速いと感じるかについてのユーザーの間隔です。

+ +

関連項目

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