tags: 網(wǎng)站性能優(yōu)化
1. 減少http請求數(shù)
2. 使用CDN(內(nèi)容分發(fā)網(wǎng)絡(luò))
3. 添加Expire值/Cache-Control
image.png
image.png
4. 啟用Gzip壓縮
Gzip壓縮
5. 將CSS放在頁面最上面
6. 將Script放在頁面最下面
7. 避免在CSS中使用Expressions
8. 將JavaScript和CSS都放到外部文件里
image.png
image.png
9. 減少DNS查詢
image.png
10. 最小化JavaScript和CSS
11. 避免重定向
301:永久重定向
302:臨時重定向
image.png
12. 移除重復(fù)腳本
13.配置實體標(biāo)簽(Etag)
image.png
14. Ajax緩存
image.png
==工具推薦==網(wǎng)站性能測評工具:YSlow