How can WordPress be made more memory efficient?

The short answer is… not by much.

WordPress relies on, as scribu (a guy who started by writing very clever and useful plugins, such as Posts 2 Posts, WP CLI, Plugin Dependencies and many many others, ending up in the WP core team for a while) put it:

crappy language (PHP, an ancient version to boot) and crappy architecture (WP_Query).

Apart from this, you’re not the first to ask this question.

Having said that, one might ask: why use it than? Well, WP does have a few advantages:

  1. It’s popular (so you’ll always find people who know what needs to be done for getting you where you want to go),
  2. it’s intuitive,
  3. it’s modular, hence flexible,
  4. it has most of what a website or CMS might need (so you don’t need to code everything),
  5. it is a lot better than it used to be,
  6. it’s going to be even better,
  7. it is here to stay, at least for the foreseeable future…

…[the list goes on endlessly, with ever less important advantages WP has over its competition]

Leave a Comment