`
zccst
  • 浏览: 3315706 次
  • 性别: Icon_minigender_1
  • 来自: 北京
社区版块
存档分类
最新评论

good performance is good design

阅读更多
zccst整理






good performance List:
more connections are not always a good idea. 减少连接数


Avoid landing page redirects.  避开重定向


HTTP Pipelining(流水线技术) is most useful in high latency environment
Eliminate(除去,剔除) render blocking resources 
Reduce Client-Side Processing  减少客户端处理
Prioritize visible content 优先可见的内容
Use HTML5 persistent storage for caching 使用HTML5的持久存储来做缓存
Reduce the Dom 减少DOM



避开耗资源的调用











Leverage browser caching (利益浏览器缓存杠杆作用?)
Batch and Splitting R/W 批处理些,拆分读?
use a good fastclick library 使用一个好的快速点击库?

listen to both mouse and touch events 监听鼠标和触摸事件
Avoid unnecessary use of touch event handlers 避开不必要的触摸事件回调函数


  • 大小: 282 KB
  • 大小: 160.2 KB
  • 大小: 131.2 KB
  • 大小: 70.7 KB
  • 大小: 297.1 KB
分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics