Web前端优化
Web前端优化 1. 尽量减少HTTP请求 (Make Fewer HTTP Requests) 2. 减少 DNS 查找 (Reduce DNS Lookups) 3. 避免重定向 (Avoid Redirects) 4. 使得 Ajax 可缓存 (Make Ajax Cacheable) 5. 延迟载入组件 (Post-load Components) 6. 预载入组件 (Preload Components) 7. 减少 DOM 元素数量 (Reduce the Number of DOM Elements) 8. 切分组件到多个域 (Split Components Across Do