SSG (Static Site Generation)
RU: SSG (Static Site Generation)
A rendering strategy where pages are compiled to static HTML, CSS, and JavaScript at build time rather than on each request. The output is served as plain files from a CDN with minimal latency; the tradeoff is that content is frozen until the next build, making SSG unsuitable for pages with frequently changing per-request data.