Docket Cache icon
Docket Cache icon

Docket Cache

 1 like

The Docket cache is a persistent WordPress Object Cache that is stored as a plain PHP code. Intends to provide an alternative option for those who can’t use Redis or Memcached server.

Docket Cache screenshot 1

License model

  • FreeOpen Source

Platforms

  • Self-Hosted
  • Wordpress
5 / 5 Avg rating (1)
1like
1comment
0news articles

Features

Suggest and vote on features
No features, maybe you want to suggest one?

Docket Cache News & Activities

Highlights All activities

Recent activities

No activities found.

Docket Cache information

  • Developed by

    Unknown
  • Licensing

    Open Source and Free product.
  • Written in

  • Alternatives

    4 alternatives listed
  • Supported Languages

    • English

GitHub repository

  •  53 Stars
  •  16 Forks
  •  2 Open Issues
  •   Updated Mar 16, 2025 
View on GitHub

Our users have written 1 comments and reviews about Docket Cache, and it has gotten 1 likes

Docket Cache was added to AlternativeTo by Nawawi Jamili on Oct 19, 2020 and this page was last updated Oct 20, 2020.

Comments and Reviews

   
 Post comment/review
Top Positive Comment
lnel108
Apr 2, 2023
0

Really speeded up my web site.

What is Docket Cache?

The Docket cache is a persistent WordPress Object Cache that is stored as a plain PHP code. Intends to provide an alternative option for those who can’t use Redis or Memcached server.

Rather than using serialize and unserialize a PHP object to store into flat files, this plugin stores data by converting the object into plain PHP code which results in faster data retrieval and better performance with Zend OPcache enabled.

Why use this plugin?

When it comes to reliable persistent Object Cache in WordPress, Redis or Memcached comes on top. However, those solutions require knowledge of server and rarely available at low cost or shared hosting servers.

The only solution is to store the object caches into files. With WordPress, exporting the PHP objects are not easy, most plugin that implements file-based solution will serialize and unserialize the object to store and retrieve the data.

The Docket Cache is better because it converts the object cache into plain PHP code. This solution is faster since WordPress can use the cache directly without running other operation.

Features:

  • Object caching + OPcache
  • Advanced Post Caching
  • Object Cache Precaching
  • WordPress Translation Caching
  • WordPress Core Query Optimization
  • Term Count Queries Optimization
  • Post, Page, Comment Count Optimization
  • Database Tables Optimization
  • WP Options Autoload suspension
  • Post Missed Schedule Tweaks
  • Object Cache + OPcache Stats
  • Cache Log
  • Cronbot Service
  • Multisite support
  • Multi-Network support