nawawi / docket-cache
A persistent object cache stored as a plain PHP code, accelerates caching with OPcache backend.
Fund package maintenance!
nawawi
Installs: 22
Dependents: 0
Suggesters: 0
Security: 0
Stars: 48
Watchers: 5
Forks: 15
Open Issues: 2
Type:wordpress-plugin
Requires
- php: >=7.2.5
- symfony/var-exporter: ^5.0
Suggests
- ext-zend-opcache: Recommended for better performance
- dev-master
- v24.07.01
- v23.08.02
- v23.08.01
- v22.07.05
- v22.07.04
- v22.07.03
- v22.07.02
- v22.07.01
- v21.08.11
- v21.08.10
- v21.08.08
- 21.08.07
- 21.08.06
- v21.08.05
- v21.08.04
- v21.08.03
- v21.08.02
- v21.08.01
- v21.02.08
- v21.02.07
- v21.02.06
- v21.02.05
- v21.02.04
- v21.02.03
- v21.02.02
- v21.02.01
- v21.01.01
- v20.12.04
- v20.12.03
- v20.12.02
- v20.12.01
- v20.11.06
- v20.11.05
- v20.11.04
- v20.11.03
- v20.11.02
- v20.10.15
- v20.10.12
- v20.10.09
- v20.10.08
- v20.10.07
- v20.10.06
- v20.10.05
- v20.10.04
- v20.10.03
This package is auto-updated.
Last update: 2024-10-21 15:11:58 UTC
README
Docket Cache
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
Fund Docket Cache one-off or recurring payment to support our open-source development efforts.
Become our sponsor, all funds will be dedicated to the maintenance, development, and marketing of this project.
Noteworthy Sponsors
A heartful thanks and appreciation.
Other sponsors are mentioned in the honourable list.
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.