Optimize WordPress performance with server-level caching, Redis purging, and page speed tools for FlyWP-powered cloud servers.
Prioritized issue groups from the latest Plugin Check scan
Security
61
6 issue groups
Maintainability
38
12 issue groups
I18n
1
1 issue group
Repo Compliance
1
1 issue group
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$cache_messages".
Sample message
Processing form data without nonce verification.
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
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$config['version']['opcache_product_name']'.
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Sample message
The plugin name includes a restricted term. Your chosen plugin name - "FlyWP Helper - Page Cache, Page Optimization, Emails for FlyWP Server Control Panel" - contains the restricted term "wp" which cannot be used at all in your plugin name.
Sample message
print_r() found. Debug code should not normally be used in production.
Sample message
Use of heredoc syntax (<<<) is not allowed; use standard strings or inline HTML instead
Sample message
The use of function set_time_limit() is discouraged
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "fly_helper_optimizations_options".
Sample message
error_log() found. Debug code should not normally be used in production.
Sample message
Processing form data without nonce verification.
Sample message
wp_redirect() found. Using wp_safe_redirect(), along with the "allowed_redirect_hosts" filter if needed, can help avoid any chances of malicious redirects within code. It is also important to remember to call exit() after a redirect so that no other unwanted code is executed.
Sample message
unlink() is discouraged. Use wp_delete_file() to delete a file.
Sample message
Mismatched text domain. Expected 'flywp' but got 'flywp '.
Sample message
Plugin name "FlyWP Helper - Page Cache, Page Optimization, Emails for FlyWP Server Control Panel" is different from the name declared in plugin header "FlyWP".
Sample message
The "/vendor" directory using composer exists, but "composer.json" file is missing.
Sample message
The "Requires PHP" field was ignored. This field should only contain a PHP version such as "5.2.4" or "7.0".
Sample message
Plugin Updater detected. Detected code which may be altering WordPress update routines. Detected: auto_update_plugin
Not analyzed yet.
First score snapshot
v1.5.2
40
Latest
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 40 | 101 | 20 | 81 | v1.5.2 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.