_@zhng

导航

2011年10月30日 #

前端性能集合(各种测试各种资源...)

摘要: 1.减少对DOM Tree的操作,对DOM操作进行缓存?2.一次性修改样式var domNode = document.getElementById('nodeId');domNode.color = '#fff';domNode.className = 'nodeClass';domNode.style.cssText = 'color:red;font-size:14px;';3.缓存DOM元素layout相关属性?4.关于animation的帧宽? 阅读全文

posted @ 2011-10-30 19:25 _@zhng 阅读(146) 评论(0) 推荐(0) 编辑

前端性能-书单

摘要: 1.high performance javascript2.even faster websites 阅读全文

posted @ 2011-10-30 19:20 _@zhng 阅读(136) 评论(0) 推荐(0) 编辑