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