前端验收标准

目标:速度,功能

一、速度评估:

YSlow评分>80分?

Google Page Speed https://chrome.google.com/webstore/detail/pagespeed-insights-by-goo/gplegfbjlmmehdoakndmohflojccocli

1、js,css压缩 ,少用js特效

http://developer.yahoo.com/yui/compressor/  

http://tool.chinaz.com/Tools/CssFormat.aspx

2、减少http请求

3、缓存图片、css和js

4、合并css应用图片

5、直接加载部分的基础脚本

6、图片保持品质,尽量压缩,工具:www.smushit.com/

7、开启Gzip压缩:IIS层面

参考资料:

http://lusongsong.com/reed/360.html

http://lusongsong.com/reed/350.html

http://lusongsong.com/reed/69.html

测速网站:http://loadimpact.com/

测试网站速度的方法:http://lusongsong.com/reed/298.html

优化IIS性能:http://technet.microsoft.com/zh-cn/library/cc770381(v=ws.10).aspx

转载于:https://www.cnblogs.com/xiaoduanboke/p/4125562.html

你可能感兴趣的:(前端验收标准)