So, with all the argy-bargy in the news about WordPress and the guy in charge of it and the ecosystem being affected by that guy’s shenanigans… why stay on WordPress? Why not, for instance, jump on the bandwagon of the last few years and change over to a static site generator (or SSG)? This site could load much faster, and with vastly less server processing overhead! No more SQL database, no more finicky plugin shenanigans… easy peasy, right?
I spent most of my morning today reading up on doing exactly this, and while it might still work for the webcomic (provided I never update it again… which is admittedly all-too-likely) it won’t work here, and it took hours of reading before I finally found someone who pointed out why:
When you update the site, you have to regenerate every page on the site. Every time. A lot of these guys (and it’s all guys, yes) have maybe a couple dozen posts, tops. Regenerating the flat files from Markdown sources could take them maybe a minute or so! Who cares, right?
The current count of entries listed as “posts” on the website you’re reading right now is well over 2,500. And that’s not counting “pages” and other such additions.
Yeah, nope. I can’t take that seriously. I want to be posting here more often, not less. And if I find myself dreading the rebuild time every time I want to publish, that’s not going to help. (Never mind if something about one of those several thousand posts breaks the generator!) So if I migrate off of Dubya Pee it’ll have to be to something more… CMS-y.
Such is the way of things, I suppose.