Object Cache 4 everyone

وضاحت

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

جائزا

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.
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
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!
26 مارچ 2024 4 replies
The author is conspicuous by his lack of response
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.
جمع: سڀ 28 تبصرا پڙهو

تعاون ڪندڙ & ڊولپرز

“Object Cache 4 everyone” اوپن سورس سافٽ ويئر آهي. ھيٺين ماڻھن ھن پلگ ان ۾ حصو ورتو آھي.

تعاون ڪندڙ

جمع: “Object Cache 4 everyone” 4 جڳهن ۾ ترجمو ڪيو ويو آهي. ترجمي ڪندڙن جي مهرباني سندن تعاون لاءِ.

ترجمو ڪريو “Object Cache 4 everyone” توهان جي ٻولي ۾.

ڊولپمينٽ ۾ دلچسپي؟

ڪوڊ براؤز ڪريو، چيڪ ڪريو SVN مخزن، يا رڪنيت حاصل ڪريو ڊولپمينٽ لاگ پاران RSS.

لاگ تبدیل ڪريو

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.