All-in-one speed plugin: page cache, unused CSS, delay JS, lazy load, LCP preload, WebP & Core Web Vitals. Free, no premium-locked features.
Prioritized issue groups from the latest Plugin Check scan
Maintainability
395
13 issue groups
Security
236
11 issue groups
I18n
6
1 issue group
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
Use placeholders and $wpdb->prepare(); found interpolated variable $actions_table at "DELETE FROM $actions_table\n
Sample message
unlink() is discouraged. Use wp_delete_file() to delete a file.
Sample message
Detected usage of a non-sanitized input variable: $_COOKIE['easyopt_user_role']
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$a11y_keys".
Sample message
Use placeholders and $wpdb->prepare(); found $sql
Sample message
Processing form data without nonce verification.
Sample message
Unescaped parameter $actions_table used in $wpdb->query()\n$actions_table assigned unsafely at line 1738.
Sample message
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: is_writable().
Sample message
$_COOKIE['easyopt_user_role'] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
Unescaped parameter $auto_in used in $wpdb->get_results()
Sample message
Processing form data without nonce verification.
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$code'.
Sample message
Attempting a database schema change is discouraged.
Sample message
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: rmdir().
Sample message
Writing files using ABSPATH may be problematic. Consider using wp_upload_dir() instead if storing user data or generated files.
Sample message
The use of function ini_set() is discouraged
Sample message
Replacement variables found, but no valid placeholders found in the query.
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$ep'.
Sample message
rename() is discouraged. Use WP_Filesystem::move() to rename a file.
Sample message
Plugin folders are deleted when upgraded. Do not save data to the plugin folder using file_put_contents(). 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
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
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: readfile().
Potential connections found in static code analysis.
Outbound calls
279
External assets
1
Incoming endpoints
20
register_rest_route
register_rest_route
register_rest_route
register_rest_route
register_rest_route
register_rest_route
admin_post
admin_post
admin_post
admin_post
wp_ajax
wp_ajax
wp_ajax
wp_ajax
First score snapshot
v2.5.3
25
Latest
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 25 | 687 | 185 | 502 | v2.5.3 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.