SpeedyCache is a WordPress cache plugin that helps you improve performance of your WordPress site by caching, minifying, and compressing your website.
Prioritized issue groups from the latest Plugin Check scan
Security
109
7 issue groups
Maintainability
67
18 issue groups
Sample message
Detected usage of a possibly undefined superglobal array index: $_FILES['file']['error']. Check that the array index exists before using it.
Sample message
Detected usage of a non-sanitized input variable: $_COOKIE['wcu_current_currency']
Sample message
$_COOKIE['wcu_current_currency'] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
Processing form data without nonce verification.
Sample message
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: mkdir().
Sample message
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: touch().
Sample message
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: is_writable().
Sample message
unlink() is discouraged. Use wp_delete_file() to delete a file.
Sample message
parse_url() is discouraged because of inconsistency in the output across PHP versions; use wp_parse_url() instead.
Sample message
Processing form data without nonce verification.
Sample message
Plugin folders are deleted when upgraded. Do not save data to the plugin folder using copy(). Detected usage of constant WP_CONTENT_DIR. Use wp_upload_dir() to get the uploads directory path or save to the database instead.
Sample message
Writing files using ABSPATH may be problematic. Consider using wp_upload_dir() instead if storing user data or generated files.
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$importPath'.
Sample message
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: rmdir().
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "softaculous_plugin_update_notice".
Sample message
Scripts must be registered/enqueued via wp_enqueue_script()
Sample message
Stylesheets must be registered/enqueued via wp_enqueue_style()
Sample message
The use of function ini_set() is discouraged
Sample message
Global constants defined by a theme/plugin should start with the theme/plugin prefix. Found: "SOFTACULOUS_PLUGIN_UPDATE_NOTICE".
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$_tmp_plugins".
Sample message
var_export() found. Debug code should not normally be used in production.
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$msg'.
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().
Sample message
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: fwrite().
Potential connections found in static code analysis.
Outbound calls
52
External assets
0
Incoming endpoints
23
No external asset domains detected.
No public endpoints detected.
admin_post
admin_post
admin_post
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
11 more hidden
2 score snapshots
v1.4.0
31
Latest
v1.3.9
31
Score
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 31 | 183 | 65 | 118 | v1.4.0 | 2.0.0 |
| 31 | 180 | 65 | 115 | v1.3.9 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.