Installation
Docket Cache installation methods.
Last updated
Docket Cache installation methods.
To use Docket Cache requires minimum:
PHP 7.2.5
WordPress 5.4
Zend OPCache
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 interface.
Please wait around 5 seconds for Docket Cache ready to cache the objects.
Download the plugin as a ZIP file from GitHub or from WordPress Plugin Directory.
In your WordPress admin click Plugins -> Add New -> Upload Plugin.
Upload the ZIP file and Activate the plugin.
Click Activate or Network Activate in Multisite setups.
Click Docket Cache in the left menu to access the admin page.
WP-CLI is the official command-line interface for WordPress. You can install Docket Cache using the wp command like this:
The plugin is available as Composer package and can be installed via Composer from the root of your WordPress installation.
Go to your WordPress plugins folder cd wp-content/plugins
Last updated
wp plugin install docket-cache --activatecomposer create-project -s dev --prefer-dist nawawi/docket-cache wp-content/plugins/docket-cachegit clone https://github.com/nawawi/docket-cache