### 前端性能优化(二) #### 执行优化 + 测试代码的性能 + http://jsben.ch/ + https://benchmarkjs.com/ + https://github.com/jsperf/jsperf.com ##### JIT(Just In Time) + 了解原理即可,[原文](https://hacks.mozilla.org/2017/02/a-crash-course-in-just-in-time-jit-compilers/) [译文](https://zhuanlan.zhihu.com/p/25669120) + 另外,这个专栏不少文章都是跟性能优化相关的,有时间可以看看 https://zhuanlan.zhihu.com/qianduandaha ##### Lazy + throttle & debounce + setTimeout & requestAnimationFrame + lazyload & preload + 大列表优化 ### 其他 + [MTU](https://en.wikipedia.org/wiki/Maximum_transmission_unit) + inline + base64 + 小图 vs 大图 + progressive vs baseline + webp + webm + HTTP/2 ? + QUIC ?
前端性能优化(二)
执行优化
JIT(Just In Time)
Lazy
其他