Tag

wp-cli

All posts in this stream, newest first.

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

The Real Performance Cost of Page Builders, Measured

Page builders make design easy, but that ease comes from extra markup, stylesheets, and scripts that your visitors have to download and your database has to store. Here is how to measure the real cost on your own site and what to do about it.

by Robbie·Jun 11, 2026·5 min read