Docket Cache – Object Cache Accelerator

Speed up your WordPress site with a persistent object cache, powered by OPcache. An efficient alternative to Redis and Memcached.

v26.04.04Nawawi JamiliUpdated 2026-06-02Added Jul 8, 202020k+ installs98% rating
25
Score
333
Errors
481
Warnings
+0
Change

Category Scores

Security0
Repo100
Performance100
Maintainability0

Top Issues by Category

security428
maintainability334
i18n20

Issues Details

814 issues found in latest scan

ERROR173
WordPress.Security.EscapeOutput.OutputNotEscaped

All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$act'.

WARNING95
WordPress.Security.NonceVerification.Recommended

Processing form data without nonce verification.

WARNING86
WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedVariableFound

Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$DOCKET_CACHE_CODESTUB_FALSE".

WARNING64
WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedHooknameFound

Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "docketcache/action/cleanuppost".

WARNING59
WordPress.Security.ValidatedSanitizedInput.MissingUnslash

$_GET['action'] not unslashed before sanitization. Use wp_unslash() or similar

ERROR40
WordPress.WP.AlternativeFunctions.unlink_unlink

unlink() is discouraged. Use wp_delete_file() to delete a file.

WARNING39
WordPress.Security.ValidatedSanitizedInput.InputNotSanitized

Detected usage of a non-sanitized input variable: $_FILES['dcimportfile']

WARNING33
WordPress.DB.DirectDatabaseQuery.DirectQuery

Use of a direct database call is discouraged.

WARNING31
WordPress.DB.DirectDatabaseQuery.NoCaching

Direct database call without caching detected. Consider using wp_cache_get() / wp_cache_set() or wp_cache_delete().

WARNING22
WordPress.Security.NonceVerification.Missing

Processing form data without nonce verification.

ERROR20
WordPress.WP.AlternativeFunctions.file_system_operations_is_writable

File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: is_writable().

ERROR17
WordPress.DB.PreparedSQL.NotPrepared

Use placeholders and $wpdb->prepare(); found $dbname

WARNING16
WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedFunctionFound

Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "wp_cache_add".

ERROR14
wp_function_not_compatible_with_requires_wp

Function "wp_cache_flush_group()" requires WordPress 6.1.0, but your plugin minimum supported version is WordPress 5.4.0.

ERROR13
PluginCheck.Security.DirectDB.UnescapedDBParameter

Unescaped parameter $key used in $wpdb->query()\n$key assigned unsafely at line 258.

ERROR12
WordPress.DateTime.RestrictedFunctions.date_date

date() is affected by runtime timezone changes which can cause date/time to be incorrectly displayed. Use gmdate() instead.

ERROR10
WordPress.WP.I18n.MissingArgDomain

Missing $domain parameter in function call to esc_html__().

ERROR10
WordPress.WP.I18n.NonSingularStringLiteralText

The $text parameter must be a single text string literal. Found: _n('%1$s memory of %2$s file', '%1$s memory of %2$s files', $opcache->dcfiles, 'docket-cache')

WARNING6
WordPress.DB.PreparedSQL.InterpolatedNotPrepared

Use placeholders and $wpdb->prepare(); found interpolated variable {$key} at "DELETE FROM `{$wpdb->options}` WHERE `option_name`='_site_transient_timeout_{$key}'"

WARNING5
WordPress.PHP.DevelopmentFunctions.error_log_var_export

var_export() found. Debug code should not normally be used in production.

WARNING4
WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedConstantFound

Global constants defined by a theme/plugin should start with the theme/plugin prefix. Found: "DISABLE_NAG_NOTICES".

WARNING4
WordPress.Security.ValidatedSanitizedInput.InputNotValidated

Detected usage of a possibly undefined superglobal array index: $_GET['vcache']. Check that the array index exists before using it.

WARNING3
Squiz.PHP.DiscouragedFunctions.Discouraged

The use of function set_time_limit() is discouraged

ERROR3
WordPress.WP.AlternativeFunctions.file_system_operations_fclose

File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: fclose().

ERROR3
WordPress.WP.AlternativeFunctions.file_system_operations_fopen

File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: fopen().

Latest Snapshot

Findings

814

Errors

333

Warnings

481

Score History

First score snapshot

First scan completed Jun 20, 2026

v26.04.04 · Plugin Check 2.0.0 · Model 2026.06-mvp-static-v2

Jun 20, 2026

v26.04.04

25

Latest

Findings
814
Errors
333
Warnings
481
Plugin Check
2.0.0
Model
2026.06-mvp-static-v2

Related Plugins