A complete WordPress caching plugin: page cache, object cache, CDN, database cleanup and Core Web Vitals optimization, plus a built-in MCP server.
Prioritized issue groups from the latest Plugin Check scan
Maintainability
47
18 issue groups
Security
16
4 issue groups
I18n
2
2 issue groups
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
Unescaped parameter $table used in $wpdb->get_results()\n$table assigned unsafely at line 221.
Sample message
Use placeholders and $wpdb->prepare(); found interpolated variable {$table} at "INSERT INTO {$table} (option_name, option_value, autoload)\n
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "$hook".
Sample message
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: fclose().
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
var_export() found. Debug code should not normally be used in production.
Sample message
Offloading images, js, css, and other scripts to your servers or any remote service is disallowed.
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "litespeed_purge_url".
Sample message
Detected usage of a non-sanitized input variable: $_SERVER['REQUEST_METHOD']
Sample message
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: chmod().
Sample message
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: touch().
Sample message
Stylesheets must be registered/enqueued via wp_enqueue_style()
Sample message
load_plugin_textdomain() has been discouraged since WordPress version 4.6. When your plugin is hosted on WordPress.org, you no longer need to manually include this function call for translations under your plugin slug. WordPress will automatically load the translations for you as needed.
Sample message
Global constants defined by a theme/plugin should start with the theme/plugin prefix. Found: "LSWCP_EMPTYCACHE".
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '(string)'.
Sample message
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: is_writable().
Sample message
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: rmdir().
Sample message
mt_rand() is discouraged. Use the far less predictable wp_rand() instead.
Sample message
rename() is discouraged. Use WP_Filesystem::move() to rename a file.
Sample message
unlink() is discouraged. Use wp_delete_file() to delete a file.
Sample message
A function call to __() with texts containing placeholders was found, but was not accompanied by a "translators:" comment on the line above to clarify the meaning of the placeholders.
Sample message
Plugin name "xSpeed Cache: AI-Powered Performance Hub with MCP, Caching & CDN" is different from the name declared in plugin header "xSpeed Cache".
Potential connections found in static code analysis.
Outbound calls
95
External assets
1
Incoming endpoints
2
No public endpoints detected.
admin_post
wp_ajax
6 score snapshots
v1.3.3
64
Latest
v1.3.2
64
Score
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 64 | 65 | 19 | 46 | v1.3.3 | 2.1.0 |
| 64 | 63 | 19 | 44 | v1.3.2 | 2.1.0 |
Author, categories, issues, domains, and nearby plugins.