My Obsidian Notes

Home

❯

Tech notes

❯

Terminology & Definitions

❯

Software Terminology

❯

Web Dev Terminology

❯

Website Building

❯

SSG vs CMS vs SSR

SSG vs CMS vs SSR

Jul 17, 20251 min read

  • tech
FeatureStatic Site GeneratorCMS (e.g., WordPress)SSR (Server-Side Rendering)
Rendering TimeBuild timeRuntimeRuntime
HostingStatic file serverWeb server with DBNode.js / framework
PerformanceExcellentSlower (depends on DB)Good, but variable
Content ManagementManual or Headless CMSBuilt-inManual or headless
Use CasesBlogs, docs, portfoliosBlogs, e-commerceDynamic apps, SEO

Graph View

Created with Quartz v4.5.1 © 2025

  • GitHub