WPPerformanceTester benchmarks your server's performance through a variety of PHP, MySql and WordPress tests
Prioritized issue groups from the latest Plugin Check scan
Security
66
9 issue groups
Maintainability
42
15 issue groups
I18n
23
1 issue group
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$aChoice'.
Sample message
Mismatched text domain. Expected 'wpperformancetester' but got 'my-awesome-plugin'.
Sample message
Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "array_to_html".
Sample message
All output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found '_e'.
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
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
Detected usage of a non-sanitized input variable: $_POST[$aOptionKey]
Sample message
Detected usage of a possibly undefined superglobal array index: $_POST['_wpnonce']. Check that the array index exists before using it.
Sample message
$_POST[$aOptionKey] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
Resource version not set in call to wp_enqueue_script(). This means new versions of the script may not always be loaded due to browser caching.
Sample message
The plugin name includes a restricted term. Your chosen plugin name - "WP Performance Tester" - contains the restricted term "wp" which cannot be used at all in your plugin name.
Sample message
Accessing the database directly should be avoided. Please use the $wpdb object and associated functions instead. Found: mysqli_connect.
Sample message
Accessing the database directly should be avoided. Please use the $wpdb object and associated functions instead. Found: mysqli_query.
Sample message
Processing form data without nonce verification.
Sample message
Possible use of ASP style short opening tags detected; found: <%= datasetLabel %> - <%= value %> Seconds"...
Sample message
Sanitization missing for register_setting().
Sample message
Unescaped parameter $select used in $wpdb->get_var()\n$select assigned unsafely at line 204.
Sample message
The use of function set_time_limit() is discouraged
Sample message
Use placeholders and $wpdb->prepare(); found $select
Sample message
Accessing the database directly should be avoided. Please use the $wpdb object and associated functions instead. Found: mysqli_close.
Sample message
Accessing the database directly should be avoided. Please use the $wpdb object and associated functions instead. Found: mysqli_fetch_assoc.
Sample message
date() is affected by runtime timezone changes which can cause date/time to be incorrectly displayed. Use gmdate() instead.
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$arr_cfg".
Sample message
strip_tags() is discouraged. Use the more comprehensive wp_strip_all_tags() instead.
Potential connections found in static code analysis.
Outbound calls
37
External assets
0
Incoming endpoints
2
No external asset domains detected.
wp_ajax
wp_ajax
First score snapshot
v2.0.0
35
Latest
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 35 | 138 | 94 | 44 | v2.0.0 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.