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/zh-cn/web/guide/performance/index.html | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 files/zh-cn/web/guide/performance/index.html (limited to 'files/zh-cn/web/guide/performance/index.html') 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 +--- +

对于开发现代化的Web应用和网站来说,让内容良好地展现尤为重要。换句话说就是让你的Web应用和网站能快速高效地展现给用户,这包括能高效地运行在强运算能力的桌面电脑上以及运算能力较弱的移动设备上。目前一些工具可以用来检测网站或者博客的性能,主要是下列这些:

+ + + +

上述资源也包括Web性能的优化建议等信息。把网页性能作为整个开发过程的重中之重来考虑,才能保证用户可以得到最好的用户体验。

-- cgit v1.2.3-54-g00ecf