SSG Compilation and Performance

https://xkcd.com/303/

in a short markdown list, why are static site generator build times faster today?

in a short paragraph, what is the takeaway about eleventy performance as written about in https://www.zachleat.com/web/build-benchmark/#benchmark-results? how many pages are generated per second?

The takeaway about Eleventy's performance is that it is one of the fastest SSG's tested, generating 2,548 pages per second on average. This makes it a good choice for websites that need to generate a lot of pages quickly.

in three words, what slows static site compilation down?

JavaScript, CSS, Images

Home Previous Next