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/zh-cn/web/guide/performance/index.html | |
parent | 8b66d724f7caf0157093fb09cfec8fbd0c6ad50a (diff) | |
download | translated-content-33058f2b292b3a581333bdfb21b8f671898c5060.tar.gz translated-content-33058f2b292b3a581333bdfb21b8f671898c5060.tar.bz2 translated-content-33058f2b292b3a581333bdfb21b8f671898c5060.zip |
initial commit
Diffstat (limited to 'files/zh-cn/web/guide/performance/index.html')
-rw-r--r-- | files/zh-cn/web/guide/performance/index.html | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/files/zh-cn/web/guide/performance/index.html b/files/zh-cn/web/guide/performance/index.html new file mode 100644 index 0000000000..135441c1f0 --- /dev/null +++ b/files/zh-cn/web/guide/performance/index.html @@ -0,0 +1,15 @@ +--- +title: 优化和性能 +slug: Web/Guide/Performance +translation_of: Web/Guide/Performance +--- +<p>对于开发现代化的Web应用和网站来说,让内容良好地展现尤为重要。换句话说就是让你的Web应用和网站能快速高效地展现给用户,这包括能高效地运行在强运算能力的桌面电脑上以及运算能力较弱的移动设备上。目前一些工具可以用来检测网站或者博客的性能,主要是下列这些:</p> + +<ul> + <li><a href="https://developers.google.com/speed/pagespeed/insights/" rel="noopener resources">Google PageSpeed Insights</a></li> + <li><a href="https://developers.google.com/web/tools/lighthouse/" rel="noopener">Lighthouse</a></li> + <li><a href="https://www.webpagetest.org/" rel="noopener">WebPageTest</a></li> + <li>浏览器的开发者工具</li> +</ul> + +<p>上述资源也包括Web性能的优化建议等信息。把网页性能作为整个开发过程的重中之重来考虑,才能保证用户可以得到最好的用户体验。</p> |