Admin Interface

Docket Cache WP Admin Interface

Updated: 07-Dec-2020 | Version: >= 20.10.10

The Docket Cache keeps the admin interface clean, responsive and simple as possible, predefined configuration and reuses WordPress library as much as possible.

Overview

The Overview section is a central place to view the current status of Docket Cache activities, configuration and other useful information.

Label

Description

Web Server

Web Server name.

PHP SAPI

PHP version and type of Server API.

Cloudflare

Cloudflare IP and Ray ID. (1)

Web Proxy

Web Proxy IP other than Cloudflare. (2)

Object Cache Stats

Total object size in cache files.

Object OPcache Stats

Total OPcache size in memory, for objects cache files.

WP OPcache Stats

Total OPcache size in memory, for WordPress files.

PHP Memory Limit

Your Server PHP memory limit setting.

WP Frontend Memory Limit

WordPress Website memory limit.

WP Backend Memory Limit

WordPress Admin memory limit.

WP Multi Site

Status either is Multisite. (3)

WP Multi Network

Status either is Multi-Network. (4)

Primary Network

Status either is Primary Network. (4)

Network Locking File

Network Lock file. (4)

Drop-in Writable

Status either Drop-in file can be written, replace or delete.

Drop-in use Wrapper

Status either Drop-in file is wrapper file. (5)

Drop-in Wrapper Available

Status either Drop-in wrapper file exists. (5)

Drop-in Wrapper File

Drop-in wrapper file location. (5)

Drop-in File

Drop-in file path.

Cache Writable

Status either cache file can be written, replace or delete.

Cache Files Limit

Current total cache files and maximum files can be store on disk.

Cache Disk Limit

Current total size cache files and maximum size can be store on disk.

Cache Path

Cache directory path.

Config Writable

Status either config file can be written, replace or delete.

Config Path

Config directory path.

  1. Only visible if your website running behind Cloudflare.

  2. Only visible if web proxy is not Cloudflare such Sucuri and Varnish.

  3. Only visible in Multisite single-network.

  4. Only visible in Multisite Multi-Network setup.

  5. Only visible if DOCKET_CACHE_CONTENT_PATH constant defined.

Configuration

The configuration section allows you to change the Docket Cache behaviour without using constant variables. If related constant defined in the wp-config.php file, it will overwrite the changes in this section.

Label

Related Constant

Cronbot Service

​DOCKET_CACHE_CRONBOT​

Cache Log

​DOCKET_CACHE_LOG​

Advanced Post Caching

​DOCKET_CACHE_ADVCPOST​

Object Cache Precaching

​DOCKET_CACHE_PRECACHE​

WordPress Translation Caching

​DOCKET_CACHE_MOCACHE​

Optimize WP Query

​DOCKET_CACHE_OPTWPQUERY​

Optimize Term Count Queries

​DOCKET_CACHE_OPTERMCOUNT​

Optimize Database Tables

​DOCKET_CACHE_CRONOPTMZDB​

Suspend WP Options Autoload

​DOCKET_CACHE_WPOPTALOAD​

Post Missed Schedule Tweaks

​DOCKET_CACHE_POSTMISSEDSCHEDULE​

Misc Performance Tweaks

​DOCKET_CACHE_MISC_TWEAKS​

Misc WooCommerce Tweaks

​DOCKET_CACHE_WOOTWEAKS​

Deactivate WooCommerce Admin

​DOCKET_CACHE_WOOADMINOFF​

Deactivate WooCommerce Widget

​DOCKET_CACHE_WOOWIDGETOFF​

Deactivate WooCommerce WP Dashboard

​DOCKET_CACHE_WOOWPDASHBOARDOFF​

Deactivate WooCommerce Cart Fragments

​DOCKET_CACHE_WOOCARTFRAGSOFF​

Remove XML-RPC / Pingbacks

​DOCKET_CACHE_PINGBACK​

Remove WP Header Junk

​DOCKET_CACHE_HEADERJUNK​

Remove WP Emoji

​DOCKET_CACHE_WPEMOJI​

Remove WP Feed

​DOCKET_CACHE_WPFEED​

Remove WP Embed

​DOCKET_CACHE_WPEMBED​

Remove WP Lazy Load

​DOCKET_CACHE_WPLAZYLOAD​

Remove WP Sitemap

​DOCKET_CACHE_WPSITEMAP​

Remove WP Application Passwords

​DOCKET_CACHE_WPAPPPASSWORD​

Admin Page Cache Preloading

​DOCKET_CACHE_PRELOAD​

Admin Page Loader

​DOCKET_CACHE_PAGELOADER​

Object Cache Data Stats

​DOCKET_CACHE_STATS​

Garbage Collector Action Button

​DOCKET_CACHE_GCACTION​

Docket Cache Auto Update

​DOCKET_CACHE_AUTOUPDATE​

Check Critical Version

​DOCKET_CACHE_CHECKVERSION​

Cache Log

The cache log section allows you to view cache log for debugging and monitor cache activities. This section only visible if Cache Log option enabled at the configuration section.

Label

Description

Timestamp

Timestamp format.

Log All

Enable or Disable Log All.

Log File

Log file path.

Log Size

Log file size.

Flush Log

Flush log file.

Please refer to DOCKET_CACHE_LOG* related constant for details.

Cronbot

The cronbot section allows you to connect Docket Cache with Cronbot Service. This section also provides a function to view and execute registered cron task.

Label

Description

Service Status

Status either connected to Cronbot Service.

Last Received Ping

Timestamp last Cronbot Service connect to your website.

Next Expecting Ping

Timestamp next Cronbot Service expected connect to your website.

Connect

Connect to Cronbot Service.

Disconnect

Disconnect from Cronbot Service.

Run Scheduled Event

Execute scheduled cron task.

Run All Now

Execute all cron task.

Please refer to DOCKET_CACHE_CRONBOT constant for details.