Home

Awesome

<h1 align="center"> <br> <img src="https://raw.githubusercontent.com/thedaviddias/Front-End-Performance-Checklist/master/images/logo-front-end-performance-checklist.jpg" alt="Front-End Performance Checklist" width="170"> <br> <br>   前端性能清单   <br> </h1> <h4 align="center">🎮 前端性能清单,让你的网站跑的更快</h4> <p align="center">单一原则: "在设计和编写时考虑到性能"</p> <p align="center">   <a href="http://makeapullrequest.com">     <img src="https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square" alt="PRs Welcome">   </a>   <a href="https://spectrum.chat/front-end-checklist">     <img src="https://img.shields.io/badge/chat-on_spectrum-4837E2.svg?style=flat-square" alt="Spectrum">   </a>     <a href="https://opensource.org/licenses/MIT">     <img src="https://img.shields.io/badge/license-MIT-blue.svg?style=flat-square" alt="Licence MIT">   </a> </p> <p align="center">   <a href="#how-to-use">How To Use</a> • <a href="#contributing">Contributing</a> • <a href="https://www.producthunt.com/posts/front-end-performance-checklist">Product Hunt</a> </p> <p align="center"> <span>其他清单:</span> <br> 🗂 <a href="https://github.com/JohnsenZhou/Front-End-Checklist">Front-End Checklist</a> • 💎 <a href="https://github.com/JohnsenZhou/Front-End-Design-Checklist">Front-End Design Checklist</a> </p>

目录

  1. HTML
  2. CSS
  3. Fonts
  4. Images
  5. JavaScript
  6. Server (梳理中)
  7. JS Frameworks (梳理中)

概述

性能是一个很大的主题,但它并不总是一个“后端”或“管理(admin)”所要考虑的主题:它也是一个前端需要考虑的。作为前端开发人员,前端性能清单是你在项目中应该检查或者至少需要注意的性能要点的详尽列表。

如何使用?

对于每个规则,将有一个段落解释为什么此规则很重要以及如何解决它。有关更深入的信息,可相应找到可指向的🛠工具,📖文章或📹媒体的链接,以便梳理。

前端性能清单中的所有项目都是获得最高性能得分的基本要素,但是你可以找到一些指标来帮助你最终确定一些规则的优先顺序。以下有3个级别的优先级:

性能测试工具

以下是一些您可以用来测试或监控您的网站或应用程序的工具:

参考


HTML

html

⬆ 返回顶部

CSS

css

⬆ 返回顶部

字体

fonts

⬆ 返回顶部

图片

images

⬆ 返回顶部

JavaScript

javascript

⬆ 返回顶部

Server

server-side

⬆ 返回顶部


性能与前端框架

Angular

React

Vue

WordPress

文章

插件推荐


Translations

The Front-End Performance Checklist wants to also be available in other languages! Don't hesitate to submit your contribution!

Contributing

Open an issue or a pull request to suggest changes or additions.

Support

如果有什么问题和疑问,请通过以下途径联系:

Author

Build with ❤️ by David Dias at @influitive 🇨🇦

Contributors

感谢各位参与本项目的人员所作出的贡献。 [Contribute]. <a href="https://github.com/thedaviddias/Front-End-Performance-Checklist/graphs/contributors"> <img src="https://opencollective.com/front-end-checklist/contributors.svg?width=890" /> </a>

Backers

Thank you to all our backers! 🙏 [Become a backer]

<a href="https://opencollective.com/front-end-checklist#backers" target="_blank"><img src="https://opencollective.com/front-end-checklist/backers.svg?width=890"></a>

Sponsors

Support this project by becoming a sponsor. Your logo will show up here with a link to your website. [Become a sponsor]

<a href="https://opencollective.com/front-end-checklist/sponsor/0/website" target="_blank"><img src="https://opencollective.com/front-end-checklist/sponsor/0/avatar.svg"></a> <a href="https://opencollective.com/front-end-checklist/sponsor/1/website" target="_blank"><img src="https://opencollective.com/front-end-checklist/sponsor/1/avatar.svg"></a> <a href="https://opencollective.com/front-end-checklist/sponsor/2/website" target="_blank"><img src="https://opencollective.com/front-end-checklist/sponsor/2/avatar.svg"></a> <a href="https://opencollective.com/front-end-checklist/sponsor/3/website" target="_blank"><img src="https://opencollective.com/front-end-checklist/sponsor/3/avatar.svg"></a> <a href="https://opencollective.com/front-end-checklist/sponsor/4/website" target="_blank"><img src="https://opencollective.com/front-end-checklist/sponsor/4/avatar.svg"></a> <a href="https://opencollective.com/front-end-checklist/sponsor/5/website" target="_blank"><img src="https://opencollective.com/front-end-checklist/sponsor/5/avatar.svg"></a> <a href="https://opencollective.com/front-end-checklist/sponsor/6/website" target="_blank"><img src="https://opencollective.com/front-end-checklist/sponsor/6/avatar.svg"></a> <a href="https://opencollective.com/front-end-checklist/sponsor/7/website" target="_blank"><img src="https://opencollective.com/front-end-checklist/sponsor/7/avatar.svg"></a> <a href="https://opencollective.com/front-end-checklist/sponsor/8/website" target="_blank"><img src="https://opencollective.com/front-end-checklist/sponsor/8/avatar.svg"></a> <a href="https://opencollective.com/front-end-checklist/sponsor/9/website" target="_blank"><img src="https://opencollective.com/front-end-checklist/sponsor/9/avatar.svg"></a>

License

MIT

All icons are provided by Icons8

⬆ 返回顶部