arlyxiao / best-practice

1 stars 0 forks source link

页面性能优化 -- 持续更新中 #60

Open arlyxiao opened 3 years ago

arlyxiao commented 3 years ago

性能检测工具

页面结构检查工具

组件库替代品

link 参数主要有以下几种

<link rel="prefetch" href="/style.css" as="style" />
<link rel="preload" href="/style.css" as="style" />
<link rel="preconnect" href="https://example.com" />
<link rel="dns-prefetch" href="https://example.com" />
<link rel="prerender" href="https://example.com/about.html" />
<link rel="modulepreload" href="/script.js" />

Defer, Async 区别

浏览器执行顺序