Speed up your WordPress site by unloading unnecessary CSS and JavaScript, reducing page bloat, and managing your own Critical CSS per page type.
Prioritized issue groups from the latest Plugin Check scan
Maintainability
2,794
12 issue groups
Security
1,970
10 issue groups
I18n
335
3 issue groups
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$$globalsKeyInfo".
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '"<li><strong>Group:</strong> $group - ( "'.
Sample message
Processing form data without nonce verification.
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
Detected usage of a non-sanitized input variable: $_COOKIE[LOGGED_IN_COOKIE]
Sample message
$_COOKIE[LOGGED_IN_COOKIE] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Sample message
Processing form data without nonce verification.
Sample message
All output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found '_e'.
Sample message
parse_url() is discouraged because of inconsistency in the output across PHP versions; use wp_parse_url() instead.
Sample message
Use of heredoc syntax (<<<) is not allowed; use standard strings or inline HTML instead
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 $anyPagesWithSpecialOptionsQuery
Sample message
Detected usage of a possibly undefined superglobal array index: $_GET['page']. Check that the array index exists before using it.
Sample message
Multiple placeholders in translatable strings should be ordered. Expected "%1$d, %2$d", but got "%d, %d" in 'The value of <strong>max_input_vars</strong> is <strong>%d</strong>. That\'s below <strong>1000</strong> (the default one in many hosting accounts). Increase it to a higher number, ideally over %d.'.
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "active_plugins".
Sample message
strip_tags() is discouraged. Use the more comprehensive wp_strip_all_tags() instead.
Sample message
Missing $domain parameter in function call to __().
Sample message
Unescaped parameter $anyPagesWithSpecialOptionsQuery used in $wpdb->get_col()\n$anyPagesWithSpecialOptionsQuery assigned unsafely at line 1049.
Sample message
unlink() is discouraged. Use wp_delete_file() to delete a file.
Sample message
Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "assetCleanUpClearAutoptimizeCache".
Sample message
Use placeholders and $wpdb->prepare(); found interpolated variable {$excludedUsersSql} at ){$excludedUsersSql}\n
Sample message
Stylesheets must be registered/enqueued via wp_enqueue_style()
Sample message
Offloading images, js, css, and other scripts to your servers or any remote service is disallowed.
Potential connections found in static code analysis.
Outbound calls
287
External assets
12
Incoming endpoints
1
No public endpoints detected.
admin_post
3 score snapshots
v1.4.0.6
24
Latest
v1.4.0.5
24
Score
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 24 | 5,208 | 1,607 | 3,601 | v1.4.0.6 | 2.1.0 |
| 24 | 5,003 | 1,541 | 3,462 | v1.4.0.5 | 2.1.0 |
Author, categories, issues, domains, and nearby plugins.