Category
Tooling
WP-CLI, cron, Docker, databases, and the automation that makes ops work repeatable — and the debugging when it is not.
8 guides
Using the MySQL slow query log to fix slow WordPress sites
How to enable, read, and act on MySQL slow query logs for WordPress: identifying postmeta bloat, autoloaded option analysis, missing indexes, plugin-generated garbage queries, and Percona Toolkit usage.
Replace WP-Cron with a real system cron job
How to disable traffic-triggered WP-Cron and run WordPress scheduled events reliably from system cron: configuration, monitoring, troubleshooting, and per-site isolation.
A2 Hosting review: fast WordPress hosting with some important caveats
A practical look at A2 Hosting's WordPress plans — speed performance, the Turboboost feature, and where the managed service model has gaps.
Cron jobs explained: how to schedule tasks on WordPress and Linux servers
The difference between WP cron and system cron, how to set up proper scheduling, and how to debug jobs that are not running.
Docker for WordPress development: a practical setup guide
How to containerise WordPress with Docker for local development, and the decisions that make staging and production Docker setups different.
Docker Compose best practices for production workloads
How to structure Docker Compose files for production web apps, WordPress, and database services. Production patterns, not development shortcuts.
Introduction to Kubernetes for hobbyists and small teams
What Kubernetes actually does, when it is worth the complexity, and a minimal setup for learning without needing a production cluster.
A quick WP-CLI plugin audit for inherited sites
A complete command-line plugin audit for inherited WordPress sites: inventory, stale detection, duplicate identification, version checks, risk scoring, and safe removal process.