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 committed Sep 18, 2024
1 parent b4d1b17 commit 5c5213d
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 @@ -40,7 +40,7 @@ l10n:
- [多媒体:视频](/zh-CN/docs/Learn/Performance/video)
- : 最容易提升 Web 性能的方式通常是媒体优化。在这篇文章中,我们讨论了视频内容对性能的影响,并提供了一些技巧,如从背景视频中删除音轨可以提高性能。
- [JavaScript 性能优化](/zh-CN/docs/Learn/Performance/JavaScript)
- : JavaScript,如果使用得当,可以实现交互式和沉浸式的 Web 体验——或者它可能会显著损害下载时间、渲染时间、应用程序性能、电池寿命和用户体验。这篇文章概述了一些应考虑的 JavaScript 最佳实践,以确保即使复杂的内容也能尽可能高效。
- : JavaScript,如果使用得当,可以实现交互式和沉浸式的 Web 体验——反之则可能会显著损害下载时间、渲染时间、应用程序性能、电池寿命和用户体验。这篇文章概述了一些应考虑的 JavaScript 最佳实践,以确保即使复杂的内容也能尽可能高效。
- [HTML 性能优化](/zh-CN/docs/Learn/Performance/HTML)
- : 某些属性和标记的源顺序可能会影响你网站的性能。通过最小化 DOM 节点的数量,确保为包含的内容(如样式、脚本、媒体和第三方脚本)使用最佳顺序和属性,你可以显著改善用户体验。这篇文章详细介绍了如何使用 HTML 来确保最大性能。
- [CSS 性能优化](/zh-CN/docs/Learn/Performance/CSS)
Expand Down

0 comments on commit 5c5213d

Please sign in to comment.