Comprehensive WordPress performance analysis with crawling, load time measurement, server diagnostics, and integrated optimization tools. Free.
Prioritized issue groups from the latest Plugin Check scan
Maintainability
424
18 issue groups
I18n
150
2 issue groups
Security
115
5 issue groups
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
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
Use placeholders and $wpdb->prepare(); found interpolated variable $placeholders at WHERE p.ID IS NULL AND pm.meta_id IN ($placeholders)"
Sample message
Unescaped parameter $newTable used in $wpdb->get_var()\n$newTable assigned unsafely at line 89.
Sample message
unlink() is discouraged. Use wp_delete_file() to delete a file.
Sample message
Multiple placeholders in translatable strings should be ordered. Expected "%1$.3f, %2$.3f", but got "%.3f, %.3f" in 'CLS %.3f exceeds maximum %.3f'.
Sample message
Attempting a database schema change is discouraged.
Sample message
$_GET['f12_asset_scan'] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
Detected usage of a non-sanitized input variable: $_GET['f12_opcache_test']
Sample message
Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "f12_redis_get_config".
Sample message
Using cURL functions is highly discouraged. Use wp_remote_get() instead.
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$content".
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "f12_prof_after_crawl_notifications".
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
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
Plugin folders are deleted when upgraded. Do not save data to the plugin folder using copy(). Detected usage of constant WP_CONTENT_DIR. Use wp_upload_dir() to get the uploads directory path or save to the database instead.
Sample message
Using cURL functions is highly discouraged. Use wp_remote_get() instead.
Sample message
parse_url() is discouraged because of inconsistency in the output across PHP versions; use wp_parse_url() instead.
Sample message
Global constants defined by a theme/plugin should start with the theme/plugin prefix. Found: "F12_PROF_BASENAME".
Sample message
Processing form data without nonce verification.
Sample message
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: is_writable().
Sample message
Writing files using ABSPATH may be problematic. Consider using wp_upload_dir() instead if storing user data or generated files.
Potential connections found in static code analysis.
Outbound calls
8
External assets
0
Incoming endpoints
1
No external asset domains detected.
No public endpoints detected.
wp_ajax
First score snapshot
v2.1.0
24
Latest
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 24 | 733 | 282 | 451 | v2.1.0 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.