ssg-build-performance-tests

A comparison on build performance of popular SSGs, as they are tasked with processing local markdown files as the data source

MIT License

Stars
57
Committers
4

SSG Build Performance Comparison

⚠️ This project is no longer being maintained. Explanation below.


I had a ton of fun putting this project together as a research piece for CSS-Tricks.

At the time (2018-2020), SSG build performance was a big problem. We were discarding amazing frameworks like Gatsby because they took too long to build. And we were coming up with all these wild ways to scale static site frameworks.

Since then, page rendering patterns have evolved substantially. Decoupled, API-driven sites can scale in ways that felt impossible just a few years ago.

It used to be super valuable to know how various frameworks would perform when generating 64,000 static page. Now it's highly unlikely that you'd choose static generation if you needed to frequently build 64,000 pages.

Thus, the comparison that this set out to solve no longer held the value it once did.

That results from the most recent runs will remain active (until further notice) at https://ssg-build-performance-tests.netlify.app/.

And if you'd still like to tinker with the code, you can use the previous README file.

Thanks to all who helped bring this together!