← ブログに戻る
記事

The Journey to Extreme Performance

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

  1. Do not use overly heavy packages.
  2. Let Vite take care of static assets.
  3. If you need JS, use hydration islands and only hydrate what is visible.