Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
A comparison on build performance of popular SSGs, as they are tasked with processing local markdown files as the data source
SSG Build Performance Comparison is an open-source benchmarking project that measures how popular static site generators perform when building 64,000 pages from local markdown files.
It is a research and benchmarking project by Sean C. Davis, originally published as a CSS-Tricks article. It takes a set of local markdown files as its input data source and tasks each static site generator with generating 64,000 static pages, then records build times. The results are hosted live on Netlify, and the code is available on GitHub. The project is no longer maintained, but the most recent results remain active.
The benchmark feeds a common set of local markdown files to each static site generator and instructs it to generate 64,000 pages. Build times are measured for each generator and the results are aggregated and displayed. The code is structured so that additional SSGs could be added by extending the test harness, though the project is no longer actively maintained.
No. The project is no longer being maintained, as stated in its README. However, the most recent build performance results remain available at ssg-build-performance-tests.netlify.app.
Each popular static site generator is tasked with generating 64,000 static pages from local markdown files, which creates a heavy workload that exposes build performance differences.
Yes. The code is open source and available on GitHub. A previous README with instructions is linked from the project to help you tinker with the tests.
The results are hosted live at https://ssg-build-performance-tests.netlify.app/. Build times for each generator are displayed there for comparison.
