In this English article, I explore all the paths to extract a 100 performance score on Google Lighthouse.
Astro.js has proven incredible for its ability to deliver Zero JavaScript by default.
Essential Tips
- Do not use overly heavy packages.
- Let Vite take care of static assets.
- If you need JS, use hydration islands and only hydrate what is
visible.