Title: Object Cache 4 everyone
Author: fpuenteonline
Published: <strong>16. svibnja 2020.</strong>
Last modified: 21. ožujka 2026.

---

Pretraga dodataka

![](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

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

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

 * [Detalji](https://hr.wordpress.org/plugins/object-cache-4-everyone/#description)
 * [Recenzije](https://hr.wordpress.org/plugins/object-cache-4-everyone/#reviews)
 * [Razvoj](https://hr.wordpress.org/plugins/object-cache-4-everyone/#developers)

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

## Opis

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

## Recenzije

![](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/) 14. travnja 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/) 12. travnja 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/) 07. svibnja 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/) 03. travnja 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/) 26. ožujka 2024. 4 odgovora

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/) 21. siječnja 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.

 [ Pročitajte svih 28 recenzija ](https://wordpress.org/support/plugin/object-cache-4-everyone/reviews/)

## Suradnici i Programeri

“Object Cache 4 everyone” je softver otvorenog koda. Sljedeće osobe su doprinijele
ovom dodatku.

Suradnici

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

“Object Cache 4 everyone” je preveden na 4 jezika. Zahvala [prevoditeljima](https://translate.wordpress.org/projects/wp-plugins/object-cache-4-everyone/contributors)
za njihov doprinos.

[Prevedite “Object Cache 4 everyone” na svoj jezik.](https://translate.wordpress.org/projects/wp-plugins/object-cache-4-everyone)

### Zainteresirani ste za razvoj?

[Pregledajte kôd](https://plugins.trac.wordpress.org/browser/object-cache-4-everyone/),
pogledajte [SVN spremište](https://plugins.svn.wordpress.org/object-cache-4-everyone/)
ili se pretplatite na [dnevnik razvoja](https://plugins.trac.wordpress.org/log/object-cache-4-everyone/)
od [RSS](https://plugins.trac.wordpress.org/log/object-cache-4-everyone/?limit=100&mode=stop_on_copy&format=rss).

## Dnevnik promjena

#### 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**
 *  Zadnje ažuriranje **prije 4 tjedna**
 *  Aktivnih instalacija **5.000+**
 *  WordPress inačica ** 5.0 ili viša **
 *  Testirano do **6.9.4**
 *  PHP inačica ** 7.0 ili viša **
 *  Jezici
 * [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/),
   i [Spanish (Spain)](https://es.wordpress.org/plugins/object-cache-4-everyone/).
 *  [Prevedite na vaš jezik](https://translate.wordpress.org/projects/wp-plugins/object-cache-4-everyone)
 * Oznake
 * [cache](https://hr.wordpress.org/plugins/tags/cache/)[memcached](https://hr.wordpress.org/plugins/tags/memcached/)
   [object cache](https://hr.wordpress.org/plugins/tags/object-cache/)[wpo](https://hr.wordpress.org/plugins/tags/wpo/)
 *  [Napredni pogled](https://hr.wordpress.org/plugins/object-cache-4-everyone/advanced/)

## Ocjena

 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)

[Your 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/)

## Suradnici

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

## Podrška

Želite nešto reći? Potrebna vam je pomoć?

 [Pregledaj forum za podršku](https://wordpress.org/support/plugin/object-cache-4-everyone/)