Speed up your WordPress site with a persistent object cache, powered by OPcache. An efficient alternative to Redis and Memcached.
Prioritized issue groups from the latest Plugin Check scan
Security
428
9 issue groups
Maintainability
334
14 issue groups
I18n
20
2 issue groups
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$act'.
Sample message
Processing form data without nonce verification.
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$DOCKET_CACHE_CODESTUB_FALSE".
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "docketcache/action/cleanuppost".
Sample message
$_GET['action'] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
unlink() is discouraged. Use wp_delete_file() to delete a file.
Sample message
Detected usage of a non-sanitized input variable: $_FILES['dcimportfile']
Sample message
Use of a direct database call is discouraged.
Sample message
Direct database call without caching detected. Consider using wp_cache_get() / wp_cache_set() or wp_cache_delete().
Sample message
Processing form data without nonce verification.
Sample message
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: is_writable().
Sample message
Use placeholders and $wpdb->prepare(); found $dbname
Sample message
Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "wp_cache_add".
Sample message
Function "wp_cache_flush_group()" requires WordPress 6.1.0, but your plugin minimum supported version is WordPress 5.4.0.
Sample message
Unescaped parameter $key used in $wpdb->query()\n$key assigned unsafely at line 258.
Sample message
date() is affected by runtime timezone changes which can cause date/time to be incorrectly displayed. Use gmdate() instead.
Sample message
Missing $domain parameter in function call to esc_html__().
Sample message
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')
Sample message
Use placeholders and $wpdb->prepare(); found interpolated variable {$key} at "DELETE FROM `{$wpdb->options}` WHERE `option_name`='_site_transient_timeout_{$key}'"
Sample message
var_export() found. Debug code should not normally be used in production.
Sample message
Global constants defined by a theme/plugin should start with the theme/plugin prefix. Found: "DISABLE_NAG_NOTICES".
Sample message
Detected usage of a possibly undefined superglobal array index: $_GET['vcache']. Check that the array index exists before using it.
Sample message
The use of function set_time_limit() is discouraged
Sample message
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: fclose().
Sample message
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: fopen().
Potential connections found in static code analysis.
Outbound calls
89
External assets
0
Incoming endpoints
1
No external asset domains detected.
No public endpoints detected.
wp_ajax
2 score snapshots
v26.04.05
25
Latest
v26.04.04
25
Score
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 25 | 814 | 333 | 481 | v26.04.05 | 2.0.0 |
| 25 | 814 | 333 | 481 | v26.04.04 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.