Tag

database

All posts in this stream, newest first.

The Silent Killer: Autoloaded Options and How to Tame Them

A few megabytes of autoloaded options can slow every single page request on your WordPress site, and most owners never notice until things get bad. This guide shows you how to find the offenders, measure the damage, and fix them safely.

by Robbie·Jun 16, 2026·6 min read

Cleaning a Bloated WordPress Database Safely

Post revisions, expired transients, orphaned meta, and runaway autoloaded options can quietly bloat your database into a performance liability. Here is how to measure the damage, clean it up with wp-cli, and put guardrails in place so the bloat does not come back.

by Robbie·Jun 15, 2026·6 min read

Redis Object Caching for WordPress: Why and How

The WordPress object cache disappears on every page load unless you back it with Redis. Here is what it actually stores, why database-heavy sites suffer without it, and how to wire it up correctly.

by Robbie·Jun 12, 2026·6 min read