Docket Cache – Object Cache Accelerator
Supercharge your website using a persistent object cache, accelerates caching with OPcache, an efficient alternative to Redis and Memcached.
Next Milestone 30K
Unlock Exact Install Count
See the precise estimated active installs for this plugin, calculated from real-time ranking data.
- Exact install estimates within tiers
- Track install growth over time
- Milestone progress predictions
Rank Changes
Downloads Growth
Upgrade to Pro
Unlock 30-day, 90-day, and yearly download history charts with a Pro subscription.
Upgrade NowReviews & Ratings
Tracked Keywords
Showing 5 of 5| Keyword | Position | Change | Type | Updated |
|---|---|---|---|---|
| OPcache | 3 | — | Tag | 1 month ago |
| object cache | 8 | — | Tag | 1 month ago |
| cache | 32 | — | Tag | 1 month ago |
| database | 71 | — | Tag | 1 month ago |
| performance | 183 | — | Tag | 1 month ago |
Unlock Keyword Analytics
Track keyword rankings, search positions, and discover new ranking opportunities with a Pro subscription.
- Full keyword position tracking
- Historical ranking data
- Competitor keyword analysis
Support Threads Overview
Track This Plugin
Get detailed analytics, keyword tracking, and position alerts delivered to your inbox.
Start Tracking FreePlugin Details
- Version
- 24.07.05
- Last Updated
- Jan 11, 2026
- Requires WP
- 5.4+
- Tested Up To
- 6.9
- PHP Version
- 7.2.5 or higher
- Author
- Nawawi Jamili
Support & Rating
- Rating
- ★ ★ ★ ★ ★ 4.9
- Reviews
- 49
- Support Threads
- 2
- Resolved
- 100%
Keywords
Upgrade to Pro
Unlock keyword rankings, search positions, and detailed analytics with a Pro subscription.
Upgrade NowSimilar Plugins
Frequently Asked Questions
Common questions about Docket Cache – Object Cache Accelerator
In simple terms, object caching allows objects that are used often to be copied and stored at a closer location for quicker use.
What is Docket Cache in Object Caching?
By default, the object cache in WordPress is non-persistent. This means that data stored in the cache reside in memory only and only for the duration of the request. Cached data will not be stored persistently across page loads. To make it persistent, the object cache must be stored on a local disk.
Docket Cache is not just stored the object cache, it converts the object cache into plain PHP code. This solution is faster since WordPress can use the cache directly without running other operation.
What is OPcache in Docket Cache?
OPcache is a caching engine built into PHP, that improves performance by storing precompiled script bytecode in shared memory, thereby removing the need for PHP to load and parse scripts on each request.
Docket Cache converts the object cache into plain PHP code. When reading and writing cache, it will use OPcache directly which results in faster data retrieval and better performance.
What is the Cronbot Service in Docket Cache?
The Cronbot is an external service that pings your website every hour to keep WordPress Cron running actively.
This service offered as an alternative option and is not compulsory to use. By default, this service not connected to the end-point server. You can completely disable it at the configuration page.
What is Garbage Collector in Docket Cache?
Garbage Collector is a Cron Event that runs every 5 minutes to monitor cache files purposely for cleanup and collecting stats.
What is a RAM disk in Docket Cache?
A RAM disk is a representation of a hard disk using RAM resources, and it can take the form of a hardware device or a virtual disk.
Read and write speed on RAM is multiple times faster than SSD drives therefore storing Docket Cache files on a RAM disk greatly increases it's performance.
$ cd wp-content/
$ sudo mount -t tmpfs -o size=500m tmpfs ./cache/docket-cache
To mount the cache path automatically on boot, you need to update your /etc/fstab file.
Please refer to the articles below about RAM disk:
What is the minimum RAM required to use with shared hosting?
By default, WordPress allocates the memory limit to 256 MB. Combined with MySQL and Web Server, you need more than 256 MB. If you're using a cheap hosting plan that allocates only 256 MB for totals usage. It is not enough, and Docket Cache can't improve your website performance.
What's the difference with the other object cache plugins?
Docket Cache is an Object Cache Accelerator. It does some optimization of caching like cache post queries, comments counting, WordPress translation and more before storing the object caches.
Can I pair using it with other cache plugin?
Yes and No. You can pair using it with page caching plugin, but not with the object cache plugin.
Can I pair using it with LiteSpeed Cache?
Yes, you can. The LiteSpeed Cache plugin has an Object Cache feature. Currently, by default, it will prompt a notice asking to disable Docket Cache. You only need to turn off LiteSpeed Cache Object Cache in order to use Docket Cache.
Can I use Docket Cache on heavy WooCommerce stores?
Yes and No. As suggested, Docket Cache is an alternative to in-memory caches like Redis and Memcached. It depends on how your store has been setups. It may require further tuning to the configuration and may involve other optimisations.
I'm using a VPS server. Can I use Docket Cache to replace Redis?
Yes, you can. It can boost more your WordPress performance since there is no network connection need to makes and no worry about memory burst, cache-key conflict and error-prone caused by the improper settings.