Title: Object Cache 4 everyone
Author: fpuenteonline
Published: <strong>May 16, 2020</strong>
Last modified: March 21, 2026

---

Search plugins

![](https://ps.w.org/object-cache-4-everyone/assets/banner-772x250.png?rev=3487469)

![](https://ps.w.org/object-cache-4-everyone/assets/icon-256x256.png?rev=2306156)

# Object Cache 4 everyone

 By [fpuenteonline](https://profiles.wordpress.org/fpuenteonline/)

[Download](https://downloads.wordpress.org/plugin/object-cache-4-everyone.2.3.zip)

 * [Details](https://twd.wordpress.org/plugins/object-cache-4-everyone/#description)
 * [Reviews](https://twd.wordpress.org/plugins/object-cache-4-everyone/#reviews)
 * [Development](https://twd.wordpress.org/plugins/object-cache-4-everyone/#developers)

 [Support](https://wordpress.org/support/plugin/object-cache-4-everyone/)

## Description

Improve your server performance by using Memcached for object caching or by using
disk support for object caching.

Fewer resources needed and better PageSpeed.

Fewer database queries needed.

Automatically detects any running Memcached server and adds an object-cache.php 
file to your WordPress site.

Default memcached servers tested:
 – 127.0.0.1:11211 – 127.0.0.1:11212 – 127.0.0.1:
11213 – 127.0.0.1:20000 – 127.0.0.1:20001 – Any SiteGround Memcached setup

Since 1.4, you can declare your own Memcached Server instance in the wp-config.php
file.
 Example: define(‘OC4EVERYONE_MEMCACHED_SERVER’, ‘127.0.0.1:11211’);

Starting from version 1.6, you have the option to declare in the wp-config.php file
whether you want to use the external disk object cache if the Memcached Server is
not present.
 Outdated or malfunctioning disks can negatively impact website performance.
Example: define(‘OC4EVERYONE_DISABLE_DISK_CACHE’, true);

This plugin includes a modified template from this project:
 https://github.com/
humanmade/wordpress-pecl-memcached-object-cache A WordPress object cache that uses
the memcached (not memcache) PECL extension. Thanks to Zack Tollman & 10up

## Reviews

![](https://secure.gravatar.com/avatar/7737048386dbd1390172d41a715190e1c49b4fbec9835a2e208e736ce6c77422?
s=60&d=retro&r=g)

### 󠀁[Not everything is good…](https://wordpress.org/support/topic/not-everything-is-good-2/)󠁿

 [lemurnick](https://profiles.wordpress.org/lemurnick/) April 14, 2025

It litters the cache/object folder with hundreds of thousands of files. It does 
not clean outdated ones and the size of the folder and files grows exponentially.

![](https://secure.gravatar.com/avatar/d684e441481c9702b6006bf3d8668b232933242ad3ce9c7d28f3f4c5b985fe45?
s=60&d=retro&r=g)

### 󠀁[Doesn’t seem to work on multiple WP sites installed on same server](https://wordpress.org/support/topic/doesnt-seem-to-work-on-multiple-wp-installations-on-same-server/)󠁿

 [sean10234](https://profiles.wordpress.org/sean10234/) April 12, 2025

When multiple WP installations are on the same server the “key” used appears to 
be generated by blog_id, which is the same across them all. On a multisite installation
it may work, but not separate standalone sites. There should be a unique key generated
based on the domain rather

![](https://secure.gravatar.com/avatar/abc4df44efb9054c94b6405082f9a53087258af89406baa9266015c0d3f529df?
s=60&d=retro&r=g)

### 󠀁[Lots of potential](https://wordpress.org/support/topic/lots-of-potential-13/)󠁿

 [WebDev1998](https://profiles.wordpress.org/keithvfs/) May 7, 2024

This plugin is sorely needed and has lots of potential. I like how it doesn’t try
to do more than it needs to regarding features. Unfortunately, updates do not come
frequently enough to be in our main production sites. Somebody give this guy some
resources!

![](https://secure.gravatar.com/avatar/6fa629255a7bc00284aa5ccc455563a5c4fd0fd7380ef5f61d1186c8864f84c0?
s=60&d=retro&r=g)

### 󠀁[Great Plugin](https://wordpress.org/support/topic/great-plugin-38727/)󠁿

 [carlmagnus](https://profiles.wordpress.org/carlmagnus/) April 3, 2024

It just does what it says without any baggage. Thank you!

![](https://secure.gravatar.com/avatar/9b33cdf25014dcb30148784e10c39221353457dd8503d4e15613eb6226fa7efd?
s=60&d=retro&r=g)

### 󠀁[not serious](https://wordpress.org/support/topic/isnt-it-possible-to/)󠁿

 [Thomas](https://profiles.wordpress.org/thomhsb/) March 26, 2024 4 replies

The author is conspicuous by his lack of response

![](https://secure.gravatar.com/avatar/6851afac30daeadbeaedce049db9de2699b3aeec0077ba715da9bfb17d04ece6?
s=60&d=retro&r=g)

### 󠀁[Partly good](https://wordpress.org/support/topic/partly-good/)󠁿

 [jensknolle](https://profiles.wordpress.org/jensknolle/) January 21, 2024

If the server does not have a memcache function, then the disk cache function is
used, which fills up the server hard disk within a few days and thus drastically
slows down the website. It seems that the function to delete disk cache files is
missing.

 [ Read all 28 reviews ](https://wordpress.org/support/plugin/object-cache-4-everyone/reviews/)

## Contributors & Developers

“Object Cache 4 everyone” is open source software. The following people have contributed
to this plugin.

Contributors

 *   [ fpuenteonline ](https://profiles.wordpress.org/fpuenteonline/)

“Object Cache 4 everyone” has been translated into 4 locales. Thank you to [the translators](https://translate.wordpress.org/projects/wp-plugins/object-cache-4-everyone/contributors)
for their contributions.

[Translate “Object Cache 4 everyone” into your language.](https://translate.wordpress.org/projects/wp-plugins/object-cache-4-everyone)

### Interested in development?

[Browse the code](https://plugins.trac.wordpress.org/browser/object-cache-4-everyone/),
check out the [SVN repository](https://plugins.svn.wordpress.org/object-cache-4-everyone/),
or subscribe to the [development log](https://plugins.trac.wordpress.org/log/object-cache-4-everyone/)
by [RSS](https://plugins.trac.wordpress.org/log/object-cache-4-everyone/?limit=100&mode=stop_on_copy&format=rss).

## Changelog

#### 2.3 – 2025-03-20

WPCS review
 Added WordPress 6.9 compatibility Happy birthday

#### 2.2 – 2023-11-06

Added Memcached server flush functionality. You can now easily flush your Memcached
server’s cache directly from the plugin. Click the “Flush cache” link in the plugin
description to clear the cache.
 Added WordPress 6.4 compatibility. The plugin has
been updated to ensure seamless compatibility with the latest version of WordPress,
version 6.4.

#### 2.1 – 2023-09-19

Added functionality to enable the plugin in additional staging or development environments
on the same server.

#### 2.0 – 2023-09-15

Implemented WordPress best practices and reorganized server info.

#### 1.8 – 2023-09-13

Flush cache on plugin activation/deactivation.

#### 1.7 – 2023-08-19

Sanitize wrong keys

#### 1.6 – 2023-08-09

Disable Disk Object cache conditionally

#### 1.5 – 2023-08-03

Show Memcached stats

#### 1.4.3 – 2023-08-02

PHP 8.2 Deprecation Test

#### 1.4 – 2023-08-02

Declare your own Memcached Server instance.
 More accurate message information New
strings

#### 1.3 – 2023-07-26

Updated WordPress compatibility
 New strings

#### 1.2 – 2023-06-12

Updated WordPress compatibility
 PHP 8.x compatibility

#### 1.1 – 2020-05-20

Improvements, more default servers added.
 Added SiteGround Memcached server automatically.

#### 1.0 – 2020-05-16

Initial release.

## Meta

 *  Version **2.3**
 *  Last updated **2 weeks ago**
 *  Active installations **5,000+**
 *  WordPress version ** 5.0 or higher **
 *  Tested up to **6.9.4**
 *  PHP version ** 7.0 or higher **
 *  Languages
 * [English (UK)](https://en-gb.wordpress.org/plugins/object-cache-4-everyone/),
   [English (US)](https://wordpress.org/plugins/object-cache-4-everyone/), [Russian](https://ru.wordpress.org/plugins/object-cache-4-everyone/),
   [Spanish (Chile)](https://cl.wordpress.org/plugins/object-cache-4-everyone/),
   and [Spanish (Spain)](https://es.wordpress.org/plugins/object-cache-4-everyone/).
 *  [Translate into your language](https://translate.wordpress.org/projects/wp-plugins/object-cache-4-everyone)
 * Tags
 * [cache](https://twd.wordpress.org/plugins/tags/cache/)[memcached](https://twd.wordpress.org/plugins/tags/memcached/)
   [object cache](https://twd.wordpress.org/plugins/tags/object-cache/)[wpo](https://twd.wordpress.org/plugins/tags/wpo/)
 *  [Advanced View](https://twd.wordpress.org/plugins/object-cache-4-everyone/advanced/)

## Ratings

 4.3 out of 5 stars.

 *  [  22 5-star reviews     ](https://wordpress.org/support/plugin/object-cache-4-everyone/reviews/?filter=5)
 *  [  0 4-star reviews     ](https://wordpress.org/support/plugin/object-cache-4-everyone/reviews/?filter=4)
 *  [  2 3-star reviews     ](https://wordpress.org/support/plugin/object-cache-4-everyone/reviews/?filter=3)
 *  [  1 2-star review     ](https://wordpress.org/support/plugin/object-cache-4-everyone/reviews/?filter=2)
 *  [  3 1-star reviews     ](https://wordpress.org/support/plugin/object-cache-4-everyone/reviews/?filter=1)

[Add my review](https://wordpress.org/support/plugin/object-cache-4-everyone/reviews/#new-post)

[See all reviews](https://wordpress.org/support/plugin/object-cache-4-everyone/reviews/)

## Contributors

 *   [ fpuenteonline ](https://profiles.wordpress.org/fpuenteonline/)

## Support

Got something to say? Need help?

 [View support forum](https://wordpress.org/support/plugin/object-cache-4-everyone/)