Limit, Debug, Optimize WP_HTTP requests. Limit by request count, page load time, reduce timeout for each request. Speed up login and admin pages.
Prioritized issue groups from the latest Plugin Check scan
Security
115
10 issue groups
Maintainability
67
13 issue groups
I18n
1
1 issue group
Repo Compliance
1
1 issue group
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$k'.
Sample message
Use placeholders and $wpdb->prepare(); found $limit
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
Processing form data without nonce verification.
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$_vphrm_active_plugins".
Sample message
$_POST['action'] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
Unescaped parameter $sql used in $wpdb->get_results()\n$sql assigned unsafely at line 3175.
Sample message
unlink() is discouraged. Use wp_delete_file() to delete a file.
Sample message
Attempting a database schema change is discouraged.
Sample message
Global constants defined by a theme/plugin should start with the theme/plugin prefix. Found: "WP_ACCESSIBLE_HOSTS".
Sample message
wp_debug_backtrace_summary() found. Debug code should not normally be used in production.
Sample message
rand() is discouraged. Use the far less predictable wp_rand() instead.
Sample message
Unescaped parameter db_table_log()) used in $wpdb->query()
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "active_plugins".
Sample message
Processing form data without nonce verification.
Sample message
Detected usage of a non-sanitized input variable: $_POST['id']
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Sample message
Use placeholders and $wpdb->prepare(); found interpolated variable $prepare_id_placeholders at \t\t\t\t\tWHERE id IN ( $prepare_id_placeholders )\t\t\t\t\t\n
Sample message
Replacement variables found, but no valid placeholders found in the query.
Sample message
debug_backtrace() found. Debug code should not normally be used in production.
Sample message
parse_url() is discouraged because of inconsistency in the output across PHP versions; use wp_parse_url() instead.
Sample message
In footer ($in_footer) is not set explicitly wp_enqueue_script; It is recommended to load scripts in the footer. Please set this value to `true` to load it in the footer, or explicitly `false` if it should be loaded in the header.
Sample message
The $text parameter must be a single text string literal. Found: $text
Sample message
The "Domain Path" header in the plugin file must point to an existing folder. Found: "languages"
Potential connections found in static code analysis.
Outbound calls
27
External assets
0
Incoming endpoints
8
No external asset domains detected.
No public endpoints detected.
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
2 score snapshots
v1.3.11
37
Latest
v1.3.10
36
Score
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 37 | 186 | 96 | 90 | v1.3.11 | 2.0.0 |
| 36 | 188 | 98 | 90 | v1.3.10 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.