{"id":121141,"date":"2020-05-16T11:00:46","date_gmt":"2020-05-16T11:00:46","guid":{"rendered":"https:\/\/wordpress.org\/plugins\/object-cache-4-everyone\/"},"modified":"2026-06-11T11:41:47","modified_gmt":"2026-06-11T11:41:47","slug":"object-cache-4-everyone","status":"publish","type":"plugin","link":"https:\/\/wordpress.org\/plugins\/object-cache-4-everyone\/","author":14843894,"comment_status":"closed","ping_status":"closed","template":"","meta":{"version":"2.3.3","stable_tag":"2.3.3","tested":"7.0","requires":"5.0","requires_php":"7.0","requires_plugins":null,"header_name":"Object Cache 4 everyone","header_author":"fpuenteonline","header_description":"Memcached or disk backend support for the WP Object Cache. Memcached server running and PHP Memcache class needed for better performance. No configuration needed, runs automatically","assets_banners_color":"d4d3d9","last_updated":"2026-06-11 11:41:47","external_support_url":"","external_repository_url":"","donate_link":"","header_plugin_uri":"https:\/\/wordpress.org\/plugins\/object-cache-4-everyone","header_author_uri":"https:\/\/twitter.com\/fpuenteonline","rating":4.2,"author_block_rating":0,"active_installs":5000,"downloads":70966,"num_ratings":30,"support_threads":0,"support_threads_resolved":0,"author_block_count":0,"sections":["description","changelog"],"tags":{"2.3":{"tag":"2.3","author":"fpuenteonline","date":"2026-03-21 16:10:59"},"2.3.1":{"tag":"2.3.1","author":"fpuenteonline","date":"2026-05-08 10:07:27"},"2.3.2":{"tag":"2.3.2","author":"fpuenteonline","date":"2026-05-08 11:59:40"},"2.3.3":{"tag":"2.3.3","author":"fpuenteonline","date":"2026-06-11 11:41:47"}},"upgrade_notice":{"2.3.3":"<p>Security hardening: capability check on cache flush, output escaping on the Plugins screen, safer drop-in generation and integrity-verified disk cache. Recommended update.<\/p>"},"ratings":{"1":4,"2":1,"3":2,"4":0,"5":23},"assets_icons":{"icon-128x128.png":{"filename":"icon-128x128.png","revision":2306156,"resolution":"128x128","location":"assets","locale":"","width":128,"height":128},"icon-256x256.png":{"filename":"icon-256x256.png","revision":2306156,"resolution":"256x256","location":"assets","locale":"","width":256,"height":256}},"assets_banners":{"banner-1544x500.png":{"filename":"banner-1544x500.png","revision":3487469,"resolution":"1544x500","location":"assets","locale":"","width":1544,"height":499},"banner-772x250.png":{"filename":"banner-772x250.png","revision":3487469,"resolution":"772x250","location":"assets","locale":"","width":772,"height":250}},"assets_blueprints":{},"all_blocks":[],"tagged_versions":["2.3","2.3.1","2.3.2","2.3.3"],"block_files":[],"assets_screenshots":[],"screenshots":[]},"plugin_section":[],"plugin_tags":[146,11135,7913,21091],"plugin_category":[52],"plugin_contributors":[184068],"plugin_business_model":[],"class_list":["post-121141","plugin","type-plugin","status-publish","hentry","plugin_tags-cache","plugin_tags-memcached","plugin_tags-object-cache","plugin_tags-wpo","plugin_category-performance","plugin_contributors-fpuenteonline","plugin_committers-fpuenteonline"],"banners":{"banner":"https:\/\/ps.w.org\/object-cache-4-everyone\/assets\/banner-772x250.png?rev=3487469","banner_2x":"https:\/\/ps.w.org\/object-cache-4-everyone\/assets\/banner-1544x500.png?rev=3487469","banner_rtl":false,"banner_2x_rtl":false},"icons":{"svg":false,"icon":"https:\/\/ps.w.org\/object-cache-4-everyone\/assets\/icon-128x128.png?rev=2306156","icon_2x":"https:\/\/ps.w.org\/object-cache-4-everyone\/assets\/icon-256x256.png?rev=2306156","generated":false},"screenshots":[],"raw_content":"<!--section=description-->\n<p>Improve your server performance by using Memcached for object caching or by using disk support for object caching.<\/p>\n\n<p>Fewer resources needed and better PageSpeed.<\/p>\n\n<p>Fewer database queries needed.<\/p>\n\n<p>Automatically detects any running Memcached server and adds an object-cache.php file to your WordPress site.<\/p>\n\n<p>Default memcached servers tested:\n- 127.0.0.1:11211\n- 127.0.0.1:11212\n- 127.0.0.1:11213\n- 127.0.0.1:20000\n- 127.0.0.1:20001\n- Any SiteGround Memcached setup<\/p>\n\n<p>Since 1.4, you can declare your own Memcached Server instance in the wp-config.php file.\nExample: \ndefine('OC4EVERYONE_MEMCACHED_SERVER', '127.0.0.1:11211');<\/p>\n\n<p>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.\nOutdated or malfunctioning disks can negatively impact website performance.\nExample:\ndefine('OC4EVERYONE_DISABLE_DISK_CACHE', true);<\/p>\n\n<p>This plugin includes a modified template from this project:\nhttps:\/\/github.com\/humanmade\/wordpress-pecl-memcached-object-cache\nA WordPress object cache that uses the memcached (not memcache) PECL extension.\nThanks to Zack Tollman &amp; 10up<\/p>\n\n<!--section=changelog-->\n<h4>2.3.3 - 2026-06-11<\/h4>\n\n<ul>\n<li>Improved: The \"Flush cache\" action now requires an explicit administrator capability check (manage_options) in addition to the existing nonce.<\/li>\n<li>Improved: All Memcached statistics shown on the Plugins screen are escaped on output and item counters are cast to integers.<\/li>\n<li>Improved: The detected Memcached server address is now written to the generated object-cache.php drop-in with a safe encoder, and a server set via OC4EVERYONE_MEMCACHED_SERVER is validated against a strict host:port pattern.<\/li>\n<li>Improved: Disk object cache files are now protected from direct web access (deny-all rules and a non-PHP file extension) and verified with an HMAC integrity signature before being unserialized.<\/li>\n<li>Fix: Removed a debug log call that ran on every cache flush.<\/li>\n<li>Fix: Replaced the deprecated current_time('timestamp') call used when stamping the generated drop-in.<\/li>\n<li>Fix: Corrected malformed HTML tags in the Plugins-screen statistics output.<\/li>\n<\/ul>\n\n<h4>2.3.2 - 2026-05-08<\/h4>\n\n<p>Template updated<\/p>\n\n<h4>2.3.1 - 2026-05-08<\/h4>\n\n<p>Security fixes. Plugin Check (PCP) review<\/p>\n\n<h4>2.3 - 2025-03-20<\/h4>\n\n<p>WPCS review\nAdded WordPress 6.9 compatibility\nHappy birthday<\/p>\n\n<p>For older changelog entries, please check the <a href=\"https:\/\/plugins.svn.wordpress.org\/object-cache-4-everyone\/trunk\/changelog.txt\">changelog.txt<\/a> file<\/p>","raw_excerpt":"Memcached or disk-based WP Object Cache. Boosts performance and reduces DB queries. Auto-configures and supports custom servers.","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin\/121141","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin"}],"about":[{"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/types\/plugin"}],"replies":[{"embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/comments?post=121141"}],"author":[{"embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wporg\/v1\/users\/fpuenteonline"}],"wp:attachment":[{"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/media?parent=121141"}],"wp:term":[{"taxonomy":"plugin_section","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_section?post=121141"},{"taxonomy":"plugin_tags","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_tags?post=121141"},{"taxonomy":"plugin_category","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_category?post=121141"},{"taxonomy":"plugin_contributors","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_contributors?post=121141"},{"taxonomy":"plugin_business_model","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_business_model?post=121141"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}