加载时间/性能
Efficient JavaScript
https://dev.opera.com/articles/efficient-javascript/?page=3
http://isux.tencent.com/h5-performance.html
http://taobaofed.org/blog/2016/01/20/mobile-wpo-pageshow-async/
60fps on the web
http://engineering.flipboard.com/2015/02/mobile-web/
https://www.qianduan.net/high-performance-css3-animations/
加载时间测试
http://www.webpagetest.org/
加载特效
https://jmperezperez.com/medium-image-progressive-loading-placeholder/
Optimization killers
https://github.com/petkaantonov/bluebird/wiki/Optimization-killers
https://github.com/petkaantonov/deque
http://aosabook.org/en/posa/high-performance-networking-in-chrome.html
http://aosabook.org/en/index.html
页面白屏与瀑布流分析方法
阻塞渲染的 CSS
Android webview交互性能监测指标获取方法(白屏时间,domc,整页时间,首屏时间
Chrome 远程调试协议分析与实战
http://fex.baidu.com/blog/2014/06/remote-debugging-protocol//
静态网页资源的管理和优化
http://velocity.oreilly.com.cn/2010/index.php?func=session&name=%E9%9D%99%E6%80%81%E7%BD%91%E9%A1%B5%E8%B5%84%E6%BA%90%E7%9A%84%E7%AE%A1%E7%90%86%E5%92%8C%E4%BC%98%E5%8C%96
http://velocity.oreilly.com.cn/2010/ppts/VelocityChina2010Dec7StaticResource.pdf
渲染性能
https://developers.google.com/web/fundamentals/performance/rendering/?hl=zh-cn
http://v.youku.com/v_show/id_XMjI5NTIwNjY4.html?f=5333814
https://developers.google.com/web/fundamentals/performance/critical-rendering-path/
http://taligarsiel.com/Projects/howbrowserswork1.htm
https://developers.google.com/web/tools/chrome-devtools/
https://developers.google.com/web/tools/chrome-devtools/profile/evaluate-performance/
https://developers.google.com/web/tools/chrome-devtools/profile/rendering-tools/analyze-runtime
https://developers.google.com/web/fundamentals/performance/optimizing-content-efficiency/?hl=zh-cn
浏览器的重绘repaints与重排reflows
http://www.nihaoshijie.com.cn/index.php/archives/502
Navigation Timing
http://www.nihaoshijie.com.cn/index.php/archives/472