February
    Top-Up Boost

Top up $50+ and Get

Validity: 7 Feb - 14 Feb, 2026

Docket Cache – Object Cache Accelerator

Docket Cache – Object Cache Accelerator

Supercharge your website using a persistent object cache, accelerates caching with OPcache backend.
Rating:
5.0
star-rating-1star-rating-2star-rating-3star-rating-4star-rating-5
Active Installations:
20000+
Last Updated:
Dec 18, 2024
WordPress Version:
5.4 or higher
Tested up to:
6.7.2

Faster Object Caching

Store and retrieve data quickly with plain PHP code.

Improved Performance

Enhance performance with Zend OPcache enabled.

Easy to Use

No need for Redis or Memcached server, just install and activate.

Advanced Caching Options

Optimize WordPress core, queries, menus, translations, and more.

24.07.02

  • Fixed: _load_textdomain_just_in_time was called incorrectly.
  • Fixed: blueprint.json -> deprecated pluginZipFile property.
  • Updated: Tested up to 6.7.

24.07.01

  • Fixed: View::tooltip() -> Typos “dan”.
  • Fixed: Filesystem::sanitize_maxsizedisk() -> Returns default if empty.
  • Added: DOCKET_CACHE_OPCVIEWER_SHOWALL constant to enable/disable listing all opcache file.
  • Added: DOCKET_CACHE_PATH_NETWORK_(n) constant, to change default cache path for multinetwork. (n) for network Id.

23.08.02

  • Fixed: Tweaks::post_missed_schedule() -> Prevent post publish immediately.
  • Fixed: WP_Object_Cache() -> Add setters and getters for backwards compatibility.
  • Added: TWEAKS_SINGLESEARCHREDIRECT_DISABLED constant to disable redirection of single search results to the page.
  • Updated: Tested up to 6.4.

23.08.01

  • Fixed: LimitBulkedit::bulk_editing_is_limited() -> Deprecated Constant FILTER_SANITIZE_STRING.
  • Fixed: restrict_api error notice.
  • Fixed: Outdated php warning is triggered when Disable Serve Happy Checking is enabled.
  • Updated: Tested up to 6.3.

22.07.05

  • Fixed: Plugin::register_plugin_hooks() -> Undefined property: stdClass::$slug.
  • Fixed: Event::garbage_collector() -> Stale cache, invalid filter for comment_feed.
  • Fixed: Event::garbage_collector() -> Stale cache, add filter for adjacent_post, wp_get_archives and get_comment_child_ids.
  • Fixed: Tweaks::wplazyload() -> Add filter for wp_get_attachment_image_attributes.
  • Fixed: WP_Object_Cache::dc_save() -> Returns false if data type is “unknown type”.
  • Added: Filesystem::is_wp_cache_group_queries() -> Match group for *-queries.
  • Added: WP_Object_Cache::maybe_expire() -> Match group for *-queries.

Thanks to Ronny from web55.se for bug report.

22.07.04

  • Fixed: Advanced Post Cache -> Only visible to wp < 6.1.1 as it is already implemented in wp core (WP_Query caching).
  • Fixed: Filesystem::shutdown_cleanup() -> Avoid cleanup on shutdown if a file is empty.
  • Fixed: Plugin::register_plugin_hooks() -> Do not load the CronAgent class if cronbot is disabled.
  • Fixed: TermCount() -> Invalid usage of clean_term_cache.
  • Fixed: WP_Object_Cache::$cache_hits, WP_Object_Cache::$cache_misses -> Retain same as non persistent.
  • Fixed: Prevent performance-lab from overwriting the object cache drop-in.
  • Fixed: Becache::export_alloptions() -> Only export option with autoload ‘yes’ and not transient.
  • Fixed: Becache::store_cache() -> Miss match array_serialize.
  • Added: WP_Object_Cache::$persistent_cache_hits -> Stats hits from cache file.
  • Added: Tweaks::wpquery() -> wp_allow_query_attachment_by_filename for wp > 6.0.1.
  • Added: Configuration -> Cache Options, Retain Transients in Db.
  • Added: Configuration -> Optimisations, Limit Bulk Edit Actions.
  • Added: Configuration -> Wp Tweaks, Deactivate Post Via Email.
  • Added: DOCKET_CACHE_TRANSIENTDB constant to enable retaining Transients in the database.
  • Added: DOCKET_CACHE_IGNORED_TRANSIENTDB constant. A list of cache keys that remain in the object cache instead of the db.
  • Added: DOCKET_CACHE_POSTVIAEMAIL constant to enable deactivation Post Via Email.
  • Added: DOCKET_CACHE_LIMITBULKEDIT constant to enable Limit Bulk Edit Actions.
  • Added: DOCKET_CACHE_LIMITBULKEDIT_LIMIT constant to change bulk edit limit. By default it is set as 100..
  • Changed: Advanced Post Cache, some part of the code has been moved to Tweaks::wpquery().
  • Removed: WP_Object_Cache::is_data_uptodate() -> No longer needed.
  • Updated: Symfony component -> symfony/var-exporter v5.4.21.

22.07.03

  • Fixed: Tweaks::woocommerce_misc() -> Check if action_scheduler_migration_status is complete to prevent the list on the Scheduled Actions page from disappearing.
  • Fixed: Tweaks::woocommerce_widget_remove() -> The classic widget is not disabled.
  • Fixed: Plugin::get_precache_maxfile() -> Invalid constant, replace maxfile with precache_maxfile.
  • Fixed: Filesystem::sanitize_precache_maxfile() -> Set the limit to 100 by default.
  • Fixed: Becache::export() -> Invalid expiration time. Already in timestamp format not in seconds.
  • Fixed: WP_Object_Cache::dc_save() -> Serialize twice when checking object size.
  • Fixed: Configuration -> A notice is not shown when the constant is already defined.
  • Added: Configuration -> Storage Options, Check file limits in real-time and Exclude Empty Object Data.
  • Added: Configuration -> Runtime Options, Deactivate Concatenate WP-Admin Scripts and Deactivate WP Cron.
  • Added: WP-CLI command -> run:optimizedb.
  • Added: DOCKET_CACHE_MAXFILE_LIVECHECK constant to enable checking file limits in real-time.
  • Added: DOCKET_CACHE_PRECACHE_MAXKEY, DOCKET_CACHE_PRECACHE_MAXGROUP constant to limit cache keys and groups.
  • Added: DOCKET_CACHE_STALECACHE_IGNORE constant to enable excluding stale cache from being stored on disk.
  • Added: DOCKET_CACHE_EMPTYCACHE constant to enable excluding empty caches from being stored on disk.
  • Added: DOCKET_CACHE_AUTOUPDATE_TOGGLE constant, only to sync with WordPress auto_update_plugins option.
  • Added: DOCKET_CACHE_GCRON_DISABLED constant to disable garbage collector cron event.
  • Added: Filesystem::suspend_cache_write() -> Temporarily suspends new cache from being stored on disk.
  • Changed: DOCKET_CACHE_AUTOUPDATE constant can only be defined manually to force an automatic update.
  • Improved: Increase timeout limit if lower than 180 seconds.
  • Improved: Constans::maybe_define() -> Keep track of constants that have been defined in the $GLOBAL[‘DOCKET_CACHE_RUNTIME’] list.
  • Improved: WP_Object_Cache::maybe_expire() -> Set expiration to 1 day for key/group matches with the stale cache.
  • Improved: Event::garbage_collector() -> Improve wc_cache filtering and other possible stale caches.
  • Improved: WP_Object_Cache::dc_code() -> Use native var_export for data type objects and arrays if only have stdClass.
  • Removed: Event::watchproc() -> No longer needed.
  • Updated: DOCKET_CACHE_ADVCPOST_POSTTYPE -> Set the built-in Post Type as the default.
  • Updated: Filesystem::get_max_execution_time() -> Accept value to set time limit.

Thanks to Kevin Shenk of Avunu LLC for providing access to the staging server for testing purposes.

22.07.02

  • Fixed: Tweaks::cache_http_response() -> Default TTL.
  • Fixed: Tweaks::wpservehappy() -> missing array key.
  • Added: wp_cache_supports() function.
  • Changed: Tweaks::cache_http_response() -> Use transient instead of wp_cache.
  • Changed: Disable Auto update by default.
  • Changed: Disable Advanced Post Cache by default.
  • Tested up to 6.1.

22.07.01

  • Fixed: Plugin:cleanuppost() -> Invalid index for trashbin.
  • Fixed: MoCache() -> Add $entries, $headers properties to avoid warning on get_translations_for_domain.
  • Updated: Symfony component -> symfony/var-exporter.

Kindly refer to changelog.txt for previous changes.

Please do manually remove wp-content/object-cache.php and wp-content/cache/docket-cache if an error occurs during updates. Thanks.

Incredible plugin, lovely documentation, helpful support forum

By trendycloud on October 22, 2024

Hello from France!

I only discovered your plugin two weeks ago.

Usually I use Redis for all websites hosted on a VPS.

However, Docket Cache rocks on (fast) shared hosting.

Documentation is a delight: useful and detailed.

I really loved that each option had a constant to configure it.

And reading/searching the support forum really helped me.

Long story short: I will deploy this plugin whenever it is possible.

Have a great day! :)

Excellent Cache Product

By garthvs on January 8, 2024

This is the first cache that simply works with dynamic pages. My Pagespeed scores increased significantly. Other caches work but not on dynamic websites.

Good but not compatible with translatepress

By unicalus on October 10, 2023

Very good if You not using Translate press. With translate press sometimes all menu linking to wrong language and I need always clear cache...

It Just Works!

By mastiyok on September 29, 2023

I've been struggling finding plugin for simple and working object caching plugin when I found this plugin. I installed it and It just made my day! It fantastically works!

Really Great

By an0nbr on September 26, 2023

This plugin is really good

If you are trying to make memcached work

By alonelypath on September 1, 2023

Do not forget to download the droplet and to copy into your ~/wp-content/. Works great !

I would give 10 stars if a could

By dimal (dimalifragis) on August 30, 2023

I can't believe how good this plugin really is, especially if you are using a limited hosting plan. I was not able to use Page caching plugin because of Wordfence is not compatible with any of them (despite the fact that everybody is using those together).

Docket cache was the solution for me. Gave a significant boost ....

Goof for object cache accelerator

By zepolo on July 19, 2023

Great alternative to Redis and Memcached.

The documentation and some of the question marks could contain a little more information for me too (tips for optimum settings for example).

Great and quicky support

Great plugin and great support

By ms100 on April 30, 2023

Great alternative to Redis and Memcached for shared hosting servers. Really happy with this plugin.

The documentation and some of the question marks could contain a little more information for me to understand everything better, being a beginner at webdeveloppement. But that is a minor detail.

Personally I would not set the Trash Bin to cleanup by default. Because maybe one plugin-user will not check that setting, and then later find out something has been removed permanently.

However, thanks for sharing this plugin and providing amazing support.

I would definately advise my friends to use the Docket Cache plugin!

Very good plugin. Site back-end feels snappier. Good job here!

By Mark (markob17) on March 29, 2023

Using Redis on my VPS and it makes things a lot faster, especially when in the back-end of Wordpress. My friend is on shared hosting and can't install redis, so I installed this instead. Using Query Monitor plugin, Docket Cache cuts the queries down just as much as Redis does on my server. Quite impressed. Thank you for this. Good stuff!

Try other plugins too!

Database Management tool – Adminer

Manage the database from your WordPress Dashboard using Adminer.

Try Demo More Details

WP Meteor Page Speed Optimization Topping

2x-5x improvement in your Page Speed score. A completely new way of optimizing your page speed.

Try Demo More Details
Screenshots
Author Site Author Site

Try Docket Cache – Object Cache Accelerator With InstaWP

Contact Sales

Reach out to us to explore how InstaWP can benefit your business.