t_wの輪郭

Feedlyでフォローするボタン

Static Site Generator

2022/10/11 9:11:00

ビルド時にウェブサイト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

We recommend using Static Generation over Server-side Rendering for performance reasons. Statically generated pages can be cached by CDN with no extra configuration to boost performance. However, in some cases, Server-side Rendering might be the only option.

パフォーマンス上の理由から、サーバー側レンダリングよりも静的生成を使用することをお勧めします。静的に生成されたページは、パフォーマンスを向上させるための追加構成なしで CDN によってキャッシュできます。ただし、場合によっては、サーバー側のレンダリングが唯一のオプションになることがあります。

Hugo

2021/8/11 20:42:00

The world’s fastest framework for building websites

Hugo is one of the most popular open-source static site generators. With its amazing speed and flexibility, Hugo makes building websites fun again.