Docket Cache
  • Welcome
  • About
  • Installation
  • Constants
  • WP-CLI
  • Admin Interface
  • FAQ
  • Resources
    • WordPress Hosting
    • Caching In WordPress
    • OPcache Extension
    • OPcache Optimisations
    • Web Hosting I/O Usage
Powered by GitBook
On this page
  • Requirements
  • WordPress Plugin
  • Manual Installation
  • Via WP-CLI
  • Via Composer
  • Via Git

Was this helpful?

Installation

Docket Cache installation methods.

PreviousAboutNextConstants

Last updated 2 years ago

Was this helpful?

Requirements

To use Docket Cache requires minimum:

  • PHP 7.2.5

  • WordPress 5.4

  • Zend OPCache

WordPress Plugin

  1. In your WordPress admin click Plugins -> Add New .

  2. Search plugins Docket Cache and click Install Now.

  3. Click Activate or Network Activate in Multisite setups.

  4. 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.

Manual Installation

  1. Download the plugin as a from GitHub or from .

  2. In your WordPress admin click Plugins -> Add New -> Upload Plugin.

  3. Upload the ZIP file and Activate the plugin.

  4. Click Activate or Network Activate in Multisite setups.

  5. Click Docket Cache in the left menu to access the admin page.

Via WP-CLI

wp plugin install docket-cache --activate

Via Composer

composer create-project -s dev --prefer-dist nawawi/docket-cache wp-content/plugins/docket-cache

Via Git

Go to your WordPress plugins folder cd wp-content/plugins

git clone https://github.com/nawawi/docket-cache

is the official command-line interface for WordPress. You can install Docket Cache using the wp command like this:

The plugin is available as and can be installed via Composer from the root of your WordPress installation.

ZIP file
WordPress Plugin Directory
WP-CLI
Composer package