YaHoo14军规(网站性能优化)

tags: 网站性能优化


1. 减少http请求数

2. 使用CDN(内容分发网络)

3. 添加Expire值/Cache-Control

YaHoo14军规(网站性能优化)_第1张图片
image.png

YaHoo14军规(网站性能优化)_第2张图片
image.png

4. 启用Gzip压缩

YaHoo14军规(网站性能优化)_第3张图片
Gzip压缩

5. 将CSS放在页面最上面

6. 将Script放在页面最下面

7. 避免在CSS中使用Expressions

8. 将JavaScript和CSS都放到外部文件里

YaHoo14军规(网站性能优化)_第4张图片
image.png
YaHoo14军规(网站性能优化)_第5张图片
image.png

9. 减少DNS查询

YaHoo14军规(网站性能优化)_第6张图片
image.png

10. 最小化JavaScript和CSS

11. 避免重定向

301:永久重定向
302:临时重定向

YaHoo14军规(网站性能优化)_第7张图片
image.png

12. 移除重复脚本

13.配置实体标签(Etag)

YaHoo14军规(网站性能优化)_第8张图片
image.png

14. Ajax缓存

YaHoo14军规(网站性能优化)_第9张图片
image.png

==工具推荐==网站性能测评工具:YSlow

你可能感兴趣的:(YaHoo14军规(网站性能优化))