Object Cache 4 everyone
View on WordPress.orgScores higher than 53% of indexed plugins
About
Memcached or disk-based WP Object Cache. Boosts performance and reduces DB queries. Auto-configures and supports custom servers.
Security History
What It Does
Object Cache 4 everyone drops a persistent object cache drop-in (object-cache.php) into your WordPress installation, with Memcached as the primary backend and a disk-based fallback when Memcached is unavailable. It reduces repeated database queries by caching transients, post meta, user lookups, and other frequently accessed data in memory. Configuration is largely automatic, but custom Memcached servers can be defined for multi-node setups.
Who It's For
This plugin fits medium-to-large WordPress sites that already have (or can install) Memcached on their server and are seeing database bottlenecks, particularly WooCommerce stores, membership sites, and busy multisite networks. It also works as a low-cost option on shared or budget hosting that lacks Redis support, since the disk backend still helps on I/O-bound workloads.
Who Should Skip It
If your site is small, low-traffic, or hosted on a managed WordPress provider (Kinsta, WP Engine, Pressable, etc.) that already ships its own object cache, installing this plugin will add zero benefit and may conflict. You should also skip it if you specifically need Redis, since Redis Object Cache is a more mature and battle-tested option for that backend.
The Bottom Line
Object Cache 4 everyone is a well-maintained, narrowly focused solution that genuinely helps sites stuck on Memcached-only environments or those needing a disk fallback, and its current-version testing is excellent. Its main weaknesses are a tiny user base, no visible support history, and stronger, more popular alternatives like Redis Object Cache for the same job. Worth trying on a staging site first, and definitely worth skipping if Redis or a managed host cache is available.
Related Plugins
Pick Redis Object Cache instead if your host supports Redis, since it has 400,000 installs, deeper documentation, and a much larger community for troubleshooting.
Choose this if you want full-page caching at the edge via Cloudflare rather than server-side object caching.
Pick WP-Optimize when you want an all-in-one suite covering page cache, image compression, and database cleanup alongside object caching.
Choose WP Fastest Cache if you mainly need simple page caching with minimal configuration and broad host compatibility.
Pick WP Super Cache if you want a free, Automattic-maintained page cache rather than an object-level cache.