824
Easy peasy (lemmy.world)
you are viewing a single comment's thread
view the rest of the comments
[-] daniyyel@lemm.ee 53 points 11 months ago

Arstechnica runs on WordPress on AWS, and they have a really nice series of articles about it. Sure, you could use just one EC2 instance for everything, but on a high traffic website you would need a bit more.

[-] agressivelyPassive@feddit.de 8 points 11 months ago

But how many sites really are high traffic?

That's the thing with almost all of the cloud stuff: reasonable at scale, but overcomplicated garbage for 95% of the users.

[-] gornius@lemmy.world 6 points 11 months ago* (last edited 11 months ago)

95%? More like 99.999%, considering how many Wordpress sites are there.

And in many of these 0.001% cases, simple horizontal scaling would do the trick.

And if you need more than that, just use something that can work on the edge.

[-] thejodie@programming.dev 1 points 11 months ago* (last edited 11 months ago)

There's a big chunk of sites that have WP running but are mostly just static content, confusingly. If you update the content once a month and disable all comments, maybe another tool could fit better there. ¯\(ツ)

[-] henfredemars@infosec.pub 1 points 11 months ago* (last edited 11 months ago)

I thought the same thing and tried to do a static site generator for a while, but I just liked the WordPress UI too much for composing and editing vs manually placing my images in an assets folder and remembering the file names to add them in my markdown.

Besides, with a good caching solution, isn't WordPress effectively a static site with extra steps for many use cases?

[-] thejodie@programming.dev 1 points 11 months ago

I've definitely used WP in that manner as well. At that time there were plugins that would render the pages out to static HTML in object storage. I'm sure there still are, but possibly not the same ones I used.

I just prefer not to use or manage WP whenever possible.

this post was submitted on 14 Sep 2023
824 points (98.6% liked)

Programmer Humor

18890 readers
722 users here now

Welcome to Programmer Humor!

This is a place where you can post jokes, memes, humor, etc. related to programming!

For sharing awful code theres also Programming Horror.

Rules

founded 1 year ago
MODERATORS