摘要:
整个web页面优化,涉及了传输,运行,渲染中的每个步骤。 自然每一步都有优化的可能性。 本质上使用的方法还是很朴素: 缓存(时、空局部性) 批量并发 预测(提前执行可能要执行的操作) 类似方法在CPU的指令运行(cache,pipeline),网络协议栈(累积发送)中都大量存在。 甚至公司、团体的组 阅读全文
posted @ 2020-11-06 14:44
fndefbwefsowpvqfx
阅读(161)
评论(0)
推荐(0)
摘要:
layout 确认位置 A reflow is even more critical to performance because it involves changes that affect the layout of a portion of the page (or the whole pa 阅读全文
posted @ 2020-11-06 13:23
fndefbwefsowpvqfx
阅读(334)
评论(0)
推荐(0)
摘要:
instance Point.prototype Point.__proto__ Function.prototype Function.__proto__ Object.prototype Object.__proto__ 阅读全文
posted @ 2020-11-06 09:56
fndefbwefsowpvqfx
阅读(143)
评论(0)
推荐(0)
摘要:
  
评论(0)
推荐(0)