Maximize GTmetrix, PageSpeed and enhance Web Vitals by minifying CSS/JS, lazy loading scripts, optimizing images, and improving load speed overall.
Prioritized issue groups from the latest Plugin Check scan
Security
243
8 issue groups
Maintainability
243
15 issue groups
I18n
17
2 issue groups
Sample message
All output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found '_e'.
Sample message
Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "fvm_add_admin_jscss".
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '"[$k]=>\"$v\", "'.
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: $_GET['_wpnonce']
Sample message
$_GET['_wpnonce'] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
parse_url() is discouraged because of inconsistency in the output across PHP versions; use wp_parse_url() instead.
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$active_tab".
Sample message
Missing $domain parameter in function call to __().
Sample message
Namespaces declared by a theme/plugin should start with the theme/plugin prefix. Found: "FVM\MatthiasMullie\Minify".
Sample message
unlink() is discouraged. Use wp_delete_file() to delete a file.
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "active_plugins".
Sample message
error_log() found. Debug code should not normally be used in production.
Sample message
Use placeholders and $wpdb->prepare(); found interpolated variable {$db_prefix} at "DELETE FROM {$db_prefix}fvm_cache WHERE uid = %s"
Sample message
Global constants defined by a theme/plugin should start with the theme/plugin prefix. Found: "FVMDEFAULT_BR_TEXT".
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '"Failed to match pattern '$pattern' at $processedOffset"'.
Sample message
Attempting a database schema change is discouraged.
Sample message
Use placeholders and $wpdb->prepare(); found $fld
Sample message
date() is affected by runtime timezone changes which can cause date/time to be incorrectly displayed. Use gmdate() instead.
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
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: rmdir().
Sample message
Scripts must be registered/enqueued via wp_enqueue_script()
Sample message
Mismatched text domain. Expected 'fast-velocity-minify' but got 'fvm'.
Potential connections found in static code analysis.
Outbound calls
72
External assets
0
Incoming endpoints
1
No external asset domains detected.
No public endpoints detected.
wp_ajax
2 score snapshots
v3.5.7
24
Latest
v3.5.6
24
Score
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 24 | 537 | 283 | 254 | v3.5.7 | 2.0.0 |
| 24 | 538 | 282 | 256 | v3.5.6 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.