分享 前端性能优化指导

huacnlee · 2013年03月14日 · 最后由 HungYuHei 回复于 2013年03月14日 · 3239 次阅读

http://browserdiet.com/

  • avoid inline code
  • styles up top, scripts down bottom
  • minify your html
  • try out async and defer
  • minify your stylesheets
  • combining multiple css files
  • prefer over @import
  • think about (and rethink) your key selector
  • load 3rd party content asynchronously
  • cache array lengths
  • avoid document.write
  • minimize repaints and reflows
  • minify your script ....

还有很多

此外可以安装 YSlow 测试是否达标

分析工具还有 Google PageSpeed,跟 YSlow 类似

需要 登录 后方可回复, 如果你还没有账号请 注册新账号