Skip to content

Commit

Permalink
Update files/zh-cn/learn/performance/index.md
Browse files Browse the repository at this point in the history
Co-authored-by: A1lo <[email protected]>
  • Loading branch information
familyboat and yin1999 authored Sep 18, 2024
1 parent 5c5213d commit 615d1cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion files/zh-cn/learn/performance/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ l10n:
- [JavaScript 性能优化](/zh-CN/docs/Learn/Performance/JavaScript)
- : JavaScript,如果使用得当,可以实现交互式和沉浸式的 Web 体验——反之则可能会显著损害下载时间、渲染时间、应用程序性能、电池寿命和用户体验。这篇文章概述了一些应考虑的 JavaScript 最佳实践,以确保即使复杂的内容也能尽可能高效。
- [HTML 性能优化](/zh-CN/docs/Learn/Performance/HTML)
- : 某些属性和标记的源顺序可能会影响你网站的性能。通过最小化 DOM 节点的数量,确保为包含的内容(如样式、脚本、媒体和第三方脚本)使用最佳顺序和属性,你可以显著改善用户体验。这篇文章详细介绍了如何使用 HTML 来确保最大性能
- : 某些属性和标记的源顺序可能会影响你网站的性能。通过最小化 DOM 节点的数量,确保为包含的内容(如样式、脚本、媒体和第三方脚本)使用最佳顺序和属性,你可以显著改善用户体验。这篇文章详细介绍了如何使用 HTML 来确保最佳性能
- [CSS 性能优化](/zh-CN/docs/Learn/Performance/CSS)
- : CSS 可能不是改进性能的重要优化关注点,但有些 CSS 特性比其他特性对性能的影响更大。在这篇文章中,我们介绍了一些影响性能的 CSS 属性,并建议了一些处理样式的方法,以确保性能不会受到负面影响。
- [字体和性能](/zh-CN/docs/Learn/Performance/Fonts)
Expand Down

0 comments on commit 615d1cb

Please sign in to comment.