Uber 高性能 Web App 优化实践
· 阅读需 11 分钟
原文 - Building m.uber: ENGINEERING A HIGH-PERFORMANCE WEB APP FOR THE GLOBAL MARKET
Performance matters on mobile.
又是一篇关于性能优化的实践。
m.uber 团队对 m.uber - 即他们的超级轻量 web app 做了 一些性能优化的工作。
范围全面,从代码到打包到部署到缓存,都有涉及。
TL;DR
Performance Tools
- Preact over React
- Webpack dynamic bundle splitting & tree-shaking capabilities
- Tiny Libraries & Minimal Dependencies
- source-map-explorer