zccst整理
[img]http://dl2.iteye.com/upload/attachment/0106/6581/45c9eae3-7363-3f6c-a7c6-5be0233707a2.png[/img]
[img]http://dl2.iteye.com/upload/attachment/0106/6577/1242edb0-7f9f-345a-9e85-6da5f8172b43.png[/img]
[b]good performance List:[/b]
more connections are not always a good idea. 减少连接数
[img]http://dl2.iteye.com/upload/attachment/0106/6579/006a15bc-e5c4-3433-af9f-26a6dbf5e52f.png[/img]
Avoid landing page redirects. 避开重定向
[img]http://dl2.iteye.com/upload/attachment/0106/6575/b52bf53f-d60e-3fd6-bb99-1ac60886f997.png[/img]
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
避开耗资源的调用
[img]http://dl2.iteye.com/upload/attachment/0106/6573/45dea354-c70d-3418-a9e9-a27d383f5dc4.png[/img]
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 避开不必要的触摸事件回调函数
[img]http://dl2.iteye.com/upload/attachment/0106/6581/45c9eae3-7363-3f6c-a7c6-5be0233707a2.png[/img]
[img]http://dl2.iteye.com/upload/attachment/0106/6577/1242edb0-7f9f-345a-9e85-6da5f8172b43.png[/img]
[b]good performance List:[/b]
more connections are not always a good idea. 减少连接数
[img]http://dl2.iteye.com/upload/attachment/0106/6579/006a15bc-e5c4-3433-af9f-26a6dbf5e52f.png[/img]
Avoid landing page redirects. 避开重定向
[img]http://dl2.iteye.com/upload/attachment/0106/6575/b52bf53f-d60e-3fd6-bb99-1ac60886f997.png[/img]
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
避开耗资源的调用
[img]http://dl2.iteye.com/upload/attachment/0106/6573/45dea354-c70d-3418-a9e9-a27d383f5dc4.png[/img]
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 避开不必要的触摸事件回调函数