We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
先推荐两份必读经典:
CRP #158 介绍了浏览器渲染的五个步骤,所有优化是围绕这五个步骤展开的。这些优化从大面上可以分为两类 #161 :
#187 中介绍了一些实用的手法。
实际上,剩下这个 issue 的一些 todo,花去了18个小时完成项目二。回头再来补充这块内容,interleaving 嘛。
<onscript>
<link rel="preload" />
<link media="print" />
@import
网上就没搜到。这可以是自己产出的一个东西。
The text was updated successfully, but these errors were encountered:
羡慕!
Sorry, something went wrong.
@JimmyLv 大哥……
EthanLin-TWer
No branches or pull requests
Website Performance Optimisation
先推荐两份必读经典:
目录
CRP #158 介绍了浏览器渲染的五个步骤,所有优化是围绕这五个步骤展开的。这些优化从大面上可以分为两类 #161 :
#187 中介绍了一些实用的手法。
Todo & Toread
实际上,剩下这个 issue 的一些 todo,花去了18个小时完成项目二。回头再来补充这块内容,interleaving 嘛。
<onscript>
,<link rel="preload" />
,<link media="print" />
,@import
Rethink
总路线图
网上就没搜到。这可以是自己产出的一个东西。
Possible best resources
最核心理念和知识
最佳的信息源
The text was updated successfully, but these errors were encountered: