On a multisite network the object cache prefixes keys with the blog id unless the group is declared global, so data cached on one site is invisible to…
A drop-in is a file with a fixed name in wp-content that WordPress loads if it exists, and it cannot be activated, deactivated or updated by anything. object-cache.php…
The TTL argument was minutes for years and became seconds in 5.8, which means every existing call now expires sixty times sooner and nothing warns about it. This…
A cache that expires and then blocks every waiting request on one slow origin fetch is a cache that makes the worst moment worse. proxy_cache_lock means one request…
On a multisite network the object cache prefixes keys with the blog id unless the group is declared global, so data cached on one site is invisible to…
Putting a cache inside a repository mixes two concerns and makes the uncached version untestable, and the alternative is a second implementation of the same interface. The decorated…
The cache expired at noon and the database fell over at 12:00:01. A lock, a two-tier expiry, jittered TTLs, and versioned keys — in that order of importance.