Tag

redis

All posts in this stream, newest first.

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 Transients API: Caching Expensive Work Inside WordPress

Transients let you store the result of a slow API call or heavy query so WordPress does not repeat that work on every page load. Here is how to use them correctly, including how they behave once a persistent object cache is in the picture.

by Robbie·Jun 6, 2026·5 min read

PHP Workers: The Quiet Limit on Concurrent Traffic

Every WordPress request has to pass through a PHP worker, and there are only so many to go around. Here is what that limit actually means, how it fails, and how caching lets you serve far more traffic without adding a single worker.

by Robbie·May 23, 2026·5 min read