Benchmark your hosting server CPU, memory and disk, compare with others using simple Wordpress plugin.
Prioritized issue groups from the latest Plugin Check scan
Maintainability
191
15 issue groups
Security
149
9 issue groups
I18n
13
1 issue group
Sample message
rand() is discouraged. Use the far less predictable wp_rand() instead.
Sample message
Use placeholders and $wpdb->prepare(); found $dbt
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
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$_REQUEST["page"]'.
Sample message
Unescaped parameter $sql used in $wpdb->get_results()\n$sql assigned unsafely at line 2303.
Sample message
Detected usage of a non-sanitized input variable: $_POST["_wpnonce"]
Sample message
$_POST["_wpnonce"] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
Missing $domain parameter in function call to __().
Sample message
Unescaped parameter $this->dbtables["log"] used in $wpdb->query()
Sample message
date() is affected by runtime timezone changes which can cause date/time to be incorrectly displayed. Use gmdate() instead.
Sample message
Detected usage of a possibly undefined superglobal array index: $_POST["_wpnonce"]. Check that the array index exists before using it.
Sample message
Function "mb_strlen()" requires WordPress 4.2.0, but your plugin minimum supported version is WordPress 4.0.0.
Sample message
Processing form data without nonce verification.
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: fopen().
Sample message
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: fwrite().
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "test_benchmark_filter".
Sample message
print_r() found. Debug code should not normally be used in production.
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$response'.
Sample message
strip_tags() is discouraged. Use the more comprehensive wp_strip_all_tags() instead.
Sample message
Attempting a database schema change is discouraged.
Sample message
Classes declared by a theme/plugin should start with the theme/plugin prefix. Found: "wpbenchmarkio".
Sample message
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: mkdir().
Sample message
Resource version not set in call to wp_enqueue_style(). This means new versions of the style may not always be loaded due to browser caching.
Potential connections found in static code analysis.
Outbound calls
18
External assets
1
Incoming endpoints
0
No public endpoints detected.
3 score snapshots
v1.7.0
30
Latest
v1.6.7
30
Score
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 30 | 354 | 224 | 130 | v1.7.0 | 2.0.0 |
| 30 | 352 | 222 | 130 | v1.6.7 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.