性能审核
衡量性能并寻找机会加快网页加载速度。
机会
- Eliminate render-blocking resources
- Properly size images
- Defer offscreen images
- Minify CSS
- Minify JavaScript
- 删除未使用的 CSS
- 对图像进行高效编码
- Serve images in modern formats
- 启用文本压缩
- 预连接到所需的源
- Reduce server response times (TTFB)
- 避免多个页面重定向
- Preload key requests
- Use video formats for animated content
- Reduce the impact of third-party code
- 避免非合成动画
- 使用 Facade (外观)延迟加载第三方资源