Hacker News new | ask | show | jobs
by chebum 2489 days ago
Yes, the website starts to build slower with growing number of pages. I'm using Metalsmith static site generator for https://www.visualwatermark.com/ The website currently have about 400 pages and it takes 60-70 seconds to build it. Part of the problem is Metalsmith itself - the code in some parts is awful. I had to make some changes to make it work faster. Unfortunately, it's impossible to solve the underlying problem - you have to build the whole website at once, while WordPress builds pages on-demand.

Also static generators aren't as convenient as WordPress is. I'm OK working with markdown or hacking the code, but it's too difficult for my wife, for example. So, she's running a WordPress blog.

Commenting is also better on WordPress. She used to use Discuss for commenting and people are more to reluctant leave Discuss comments than to leave WordPress comments. I believe that's because you don't have to register to leave a comment in WordPress - just type your email and you're ready to go.