Lindsay Edwards

Why I left WordPress (and you might too)

On this page

Let me say the kind thing first: WordPress runs a huge slice of the web for good reasons. It’s flexible, it has a plugin for everything, and you can hand it to a non-technical client and they can publish. For a lot of people it is still the right answer.

It just stopped being mine. Here’s the fair version of why.

The slow tax#

Nothing about WordPress broke dramatically. It got worse by a thousand small cuts. Updates that needed checking. A plugin that conflicted after an upgrade. A dashboard that took a breath before loading. Each one tiny; together, a part-time job I never applied for.

A tool isn’t just what it does for you. It’s what it asks of you, every week, forever.

Security I didn’t sign up for#

A WordPress site is a living server with a login page facing the entire internet. That means patches, that means watching for vulnerable plugins, that means the low background hum of being a target. Coming from a security background, I found that hum hard to ignore.

A static site flips this on its head. There’s no database to inject, no admin panel to brute-force, no plugin to exploit. The pages are just files.

WordPress: visitor -> PHP -> database -> rendered page (lots to break)
Static: visitor -> a file that already exists (almost nothing to break)

I wanted to own my words#

In WordPress, my posts lived in a database. To read them I needed the app running. To back them up I needed a process. That always felt slightly off, like renting a storage unit for things I’d written myself.

Now every post is a plain text file in my git history. I can read them in any editor, search them in a second, and see every edit I ever made. They’re mine in a way they never quite were before.

The honest counterpoint#

I won’t pretend the switch is free. Going static means:

  • You’ll write a little Markdown instead of clicking in an editor.
  • There’s no one-click plugin for every feature; sometimes you build it.
  • A non-technical person can’t easily take it over.

If those are dealbreakers, WordPress might still be right for you, and that’s a genuinely fine choice.

How to tell if you should leave#

Ask yourself three questions:

  1. Do you mostly publish writing, rather than run a shop or a membership site?
  2. Are you comfortable with a tiny bit of technical setup, or willing to learn?
  3. Does maintaining the thing drain more energy than it gives back?

Three yeses, and you’ll probably love the calm on the other side. Otherwise, stay, keep your plugins patched, and don’t feel bad about it.

I left because the maintenance had quietly become the hobby, instead of the writing. The new setup gave me the writing back. That’s the whole story.

Keep reading