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/web/guide/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/web/guide/performance')
-rw-r--r-- | files/ja/web/guide/performance/index.html | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/files/ja/web/guide/performance/index.html b/files/ja/web/guide/performance/index.html new file mode 100644 index 0000000000..3b3ab08489 --- /dev/null +++ b/files/ja/web/guide/performance/index.html @@ -0,0 +1,22 @@ +--- +title: 最適化とパフォーマンス +slug: Web/Guide/Performance +tags: + - Landing + - Optimization + - Web + - パフォーマンス +translation_of: Web/Guide/Performance +--- +<p>最新の Web アプリケーションやサイトを構築するときには、コンテンツのパフォーマンスを良くすることが重要です。つまり、迅速かつ効率的に機能させることです。これにより、強力なデスクトップシステムのユーザーにとっても、より少ない電力のハンドヘルドデバイスにとっても効果的に機能します。Web サイトやブログの掲載結果を確認するためのツールがいくつかあります。最も注目すべきツールは以下の通りです。</p> + +<ul> + <li><a href="https://developers.google.com/speed/pagespeed/insights/" rel="resources">Google PageSpeed Insights</a></li> + <li><a href="https://developers.google.com/web/tools/lighthouse/">Lighthouse</a></li> + <li><a href="https://www.webpagetest.org/">WebPageTest</a></li> + <li>ブラウザ開発者ツール</li> +</ul> + +<p>上記のリソースには、Web パフォーマンスのベストプラクティスも含まれています。開発プロセス全体を通して Web パフォーマンスを考慮して Web パフォーマンスを優先させることは、ユーザーが可能な限り最高のユーザーエクスペリエンスを得るために重要です。</p> + +<p>{{LandingPageListSubpages}}</p> |