nawawi / docket-cache
A persistent object cache stored as a plain PHP code, accelerates caching with OPcache backend.
Fund package maintenance!
Patreon
docketcache.com/sponsorship
Installs: 11
Dependents: 0
Suggesters: 0
Security: 0
Stars: 5
Watchers: 3
Forks: 2
Open Issues: 1
Type:wordpress-plugin
Requires
- php: >=7.2.5
- symfony/var-exporter: ^5.0
Suggests
- ext-zend-opcache: Recommended for better performance
README
Supercharge your website using a persistent object cache, accelerates caching with OPcache backend.
Description
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.
Kindly refer to https://wordpress.org/plugins/docket-cache for full-length description.
Documentation
To adjust the plugin behaviour, installation or manage through a command line, please refer to the https://docs.docketcache.com for details.
Installation
To use Docket Cache require minimum PHP 7.2.5, WordPress 5.4 and Zend OPcache for best performance.
- In your WordPress admin click Plugins -> Add New
- Search plugins "Docket Cache" and click Install Now.
- Click Activate or Network Activate in Multisite setups.
- Click Docket Cache in the left menu to access the admin page.
Please wait around 5 seconds for Docket Cache ready to cache the objects.
Or download directly from WordPress Plugin Directory.
Sponsor this project
There is a lot of room for improvement and features to add, require plenty of person-hours dedicated to testing and development.
Become our sponsor. All funds will be dedicated to maintenance, development, and marketing of this project.
Thank you for sponsoring Docket Cache.
Sponsored by:
Affiliates with:
How Versions Work
Versions are as follows: Year.Month.Day
- Year: Two digits representation of a year.
- Month: Two digits representation of a month.
- Day: Two digits representation of a day.
Contributions
Anyone can contribute to Docket Cache. Please do so by posting issues when you've found something that is unexpected or sending a pull request for improvements.
Thanks
- Thanks to GitHub for hosting the code and a provides a good infrastructure.
- Thanks to Symfony Components for release and maintaining reusable code.
- Thanks to WordPress.org for beautiful designs, powerful features, and the freedom to build anything we want.
- Thank you to all who have contributed to this plugin.
License
Docket cache is an Open Source Software under the MIT license.