ビルド時にウェブサイトのHTMLファイルを生成する方式。またはそれを行うソフトウェア・フレームワークのこと。
If a page uses Static Generation, the page HTML is generated at build time
利点
- サーバーの負荷が小さい
- CDNの恩恵を受けることが容易なため、レスポンスを早くしやすい
Statically generated pages can be cached by CDN with no extra configuration to boost performance