- If updating an existing site, measure current performance so you can compare
- Use component architecture with scoped styles and scripts
- Optimize fonts
- Preload critical assets
- Optimize HTML
- Optimize CSS
- Optimize JS
- Minify
- Optimize images
- Prefetch pages
- Cache assets on the CDN
- Cache assets in the browser using HTTP headers
- Measure
Tools
- Jampack optimizes static websites
Further reading
- Web Performance on MDN