tags: 网站性能优化
1. 减少http请求数
2. 使用CDN(内容分发网络)
3. 添加Expire值/Cache-Control
image.pngimage.png
4. 启用Gzip压缩
Gzip压缩5. 将CSS放在页面最上面
6. 将Script放在页面最下面
7. 避免在CSS中使用Expressions
8. 将JavaScript和CSS都放到外部文件里
image.png image.png9. 减少DNS查询
image.png10. 最小化JavaScript和CSS
11. 避免重定向
301:永久重定向
302:临时重定向
12. 移除重复脚本
13.配置实体标签(Etag)
image.png14. Ajax缓存
image.png==工具推荐==网站性能测评工具:YSlow
网友评论