Automatically boost your PageSpeed score to 90+ for both mobile & desktop and pass Core Web Vitals for WordPress website without any technical skills.
Prioritized issue groups from the latest Plugin Check scan
Maintainability
470
18 issue groups
Security
196
6 issue groups
I18n
6
1 issue group
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$admin_url".
Sample message
$_GET['site_id'] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "bwp_admin_home_url".
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
Detected usage of a non-sanitized input variable: $_POST[$option_name]
Sample message
Detected usage of a possibly undefined superglobal array index: $_POST['berqwp_local_user_email']. Check that the array index exists before using it.
Sample message
Classes declared by a theme/plugin should start with the theme/plugin prefix. Found: "AdminSiteEnhancements".
Sample message
unlink() is discouraged. Use wp_delete_file() to delete a file.
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '"<script>ajaxurl = ajaxurl + '?lang=$lang';</script>"'.
Sample message
Function "str_ends_with()" requires WordPress 5.9.0, but your plugin minimum supported version is WordPress 5.3.0.
Sample message
Processing form data without nonce verification.
Sample message
Stylesheets must be registered/enqueued via wp_enqueue_style()
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
Using cURL functions is highly discouraged. Use wp_remote_get() instead.
Sample message
Plugin folders are deleted when upgraded. Do not save data to the plugin folder using file_put_contents(). Detected usage of __FILE__ or __DIR__ magic constant. Use wp_upload_dir() to get the uploads directory path or save to the database instead.
Sample message
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: mkdir().
Sample message
Global constants defined by a theme/plugin should start with the theme/plugin prefix. Found: "optifer_PATH".
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
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
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "litespeed_purge_all".
Sample message
Using cURL functions is highly discouraged. Use wp_remote_get() instead.
Sample message
Using cURL functions is highly discouraged. Use wp_remote_get() instead.
Sample message
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: is_writable().
Potential connections found in static code analysis.
Outbound calls
300
External assets
0
Incoming endpoints
0
No external asset domains detected.
No public endpoints detected.
4 score snapshots
v4.1.11
25
Latest
v4.1.10
25
Score
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 25 | 750 | 203 | 547 | v4.1.11 | 2.0.0 |
| 25 | 750 | 204 | 546 | v4.1.10 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.