2x-5x improvement in your Page Speed score. A completely new way of optimizing your page speed.
Category Scores
Top Issues by Category
security32
maintainability9
Issues Details
53 issues found in latest scan
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$this'.
The $domain parameter must be a single text string literal. Found: WPMETEOR_TEXTDOMAIN
Detected usage of a non-sanitized input variable: $_SERVER['HTTP_USER_AGENT']
$_SERVER['HTTP_USER_AGENT'] not unslashed before sanitization. Use wp_unslash() or similar
The plugin name includes a restricted term. Your chosen plugin name - "WP Meteor Website Speed Optimization Addon" - contains the restricted term "wp" which cannot be used at all in your plugin name.
Processing form data without nonce verification.
Detected usage of a possibly undefined superglobal array index: $_SERVER['REQUEST_METHOD']. Check that the array index exists before using it.
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "cmplz_known_script_tags".
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$err'.
Processing form data without nonce verification.
Your plugin has a different license declared in the readme file and plugin header. Please update your readme with a valid GPL license identifier.
Plugin name "WP Meteor Website Speed Optimization Addon" is different from the name declared in plugin header "WP Meteor".
The "Domain Path" header in the plugin file must point to an existing folder. Found: "languages"
Mismatched Requires PHP: 7.0 != 5.6. "Requires PHP" needs to be exactly the same with that in your main plugin file's header.
Function "sanitize_textarea_field()" requires WordPress 4.7.0, but your plugin minimum supported version is WordPress 4.5.0.
| Code | Type | Message | Count |
|---|---|---|---|
| WordPress.Security.EscapeOutput.OutputNotEscaped | ERROR | All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$this'. | 18 |
| WordPress.WP.I18n.NonSingularStringLiteralDomain | ERROR | The $domain parameter must be a single text string literal. Found: WPMETEOR_TEXTDOMAIN | 9 |
| WordPress.Security.ValidatedSanitizedInput.InputNotSanitized | WARNING | Detected usage of a non-sanitized input variable: $_SERVER['HTTP_USER_AGENT'] | 4 |
| WordPress.Security.ValidatedSanitizedInput.MissingUnslash | WARNING | $_SERVER['HTTP_USER_AGENT'] not unslashed before sanitization. Use wp_unslash() or similar | 4 |
| trademarked_term | WARNING | The plugin name includes a restricted term. Your chosen plugin name - "WP Meteor Website Speed Optimization Addon" - contains the restricted term "wp" which cannot be used at all in your plugin name. | 3 |
| WordPress.Security.NonceVerification.Missing | WARNING | Processing form data without nonce verification. | 2 |
| WordPress.Security.ValidatedSanitizedInput.InputNotValidated | WARNING | Detected usage of a possibly undefined superglobal array index: $_SERVER['REQUEST_METHOD']. Check that the array index exists before using it. | 2 |
| missing_direct_file_access_protection | ERROR | PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit; | 2 |
| WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedHooknameFound | WARNING | Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "cmplz_known_script_tags". | 1 |
| WordPress.Security.EscapeOutput.ExceptionNotEscaped | ERROR | All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$err'. | 1 |
| WordPress.Security.NonceVerification.Recommended | WARNING | Processing form data without nonce verification. | 1 |
| library_core_files | ERROR | Library files that are already in the WordPress core are not permitted. | 1 |
| license_mismatch | ERROR | Your plugin has a different license declared in the readme file and plugin header. Please update your readme with a valid GPL license identifier. | 1 |
| mismatched_plugin_name | WARNING | Plugin name "WP Meteor Website Speed Optimization Addon" is different from the name declared in plugin header "WP Meteor". | 1 |
| plugin_header_nonexistent_domain_path | WARNING | The "Domain Path" header in the plugin file must point to an existing folder. Found: "languages" | 1 |
| readme_mismatched_header_requires_php | ERROR | Mismatched Requires PHP: 7.0 != 5.6. "Requires PHP" needs to be exactly the same with that in your main plugin file's header. | 1 |
| wp_function_not_compatible_with_requires_wp | ERROR | Function "sanitize_textarea_field()" requires WordPress 4.7.0, but your plugin minimum supported version is WordPress 4.5.0. | 1 |
Latest Snapshot
Findings
53
Errors
34
Warnings
19
Score History
First score snapshot
First scan completed Jun 20, 2026
v3.4.18 · Plugin Check 2.0.0 · Model 2026.06-mvp-static-v2
Jun 20, 2026
v3.4.18
40
Latest
- Findings
- 53
- Errors
- 34
- Warnings
- 19
- Plugin Check
- 2.0.0
- Model
- 2026.06-mvp-static-v2
| Scan | Score | Findings | Errors | Warnings | Plugin | Plugin Check | Model |
|---|---|---|---|---|---|---|---|
| Jun 20, 2026Latest | 40 | 53 | 34 | 19 | v3.4.18 | 2.0.0 | 2026.06-mvp-static-v2 |