Hugo vs. Jekyll: Benchmarked
forestry.io
Hugo vs. Jekyll: Benchmarked
1–6 of 6 posts
Re: Hugo vs. Jekyll: Benchmarked
#2Static Site Generator: Jekyll
Approximate number of pages: 200
Build time: 3.4 seconds
Re: Hugo vs. Jekyll: Benchmarked
#3If you run a Jekyll or Hugo site (or other), we would love to know what your build times are. For example: Static Site Generator: Jekyll Approximate number of pages: 200 Build time: 3.4 seconds
For our main website (www.processout.com, ~100 pages) and blog, hugo takes about 39ms (on a Macbook Pro, late 2016)
Re: Hugo vs. Jekyll: Benchmarked
#4Build time is important at development time, when I'm programming some new feature, and I have to wait 1-2 seconds before refreshing the page. If those changes take 20 seconds, well, that's a horrible development experience.
So, for now, I'll definitely give Hugo a try (didn't even know) but we do websites for people and we should only care that the website is fast, nice and easy for them.
Re: Hugo vs. Jekyll: Benchmarked
#5I think the build time is the least factor to take in consideration. I choose Jekyll some time ago because: - it was supported by github - the plain website generated was much FASTER than anything with a database (WP I'm talking at you) - as a developer I could mess with HTML and JS wasily Build time is important at development time, when I'm programming some new feature, and I have to wait 1-2 seconds before refresh…