Breeze is a caching plugin developed by Cloudways. Breeze uses advance caching systems to improve site loading times exponentially.
Prioritized issue groups from the latest Plugin Check scan
Maintainability
677
17 issue groups
Security
295
7 issue groups
I18n
4
1 issue group
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$active_css".
Sample message
Detected usage of a non-sanitized input variable: $_COOKIE[$name]
Sample message
$_COOKIE[$name] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
error_log() found. Debug code should not normally be used in production.
Sample message
All output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found '_e'.
Sample message
Detected usage of a possibly undefined superglobal array index: $_FILES['breeze_import_file']['name']. Check that the array index exists before using it.
Sample message
Processing form data without nonce verification.
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
unlink() is discouraged. Use wp_delete_file() to delete a file.
Sample message
var_export() found. Debug code should not normally be used in production.
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
Scripts must be registered/enqueued via wp_enqueue_script()
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "auth_cookie_expiration".
Sample message
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: fclose().
Sample message
Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "amp_breeze_compat".
Sample message
Global constants defined by a theme/plugin should start with the theme/plugin prefix. Found: "COMPRESS_CSS".
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found 'BREEZE_PLUGIN_URL'.
Sample message
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: fopen().
Sample message
Classes declared by a theme/plugin should start with the theme/plugin prefix. Found: "CSSmin".
Sample message
Stylesheets must be registered/enqueued via wp_enqueue_style()
Sample message
Use of heredoc syntax (<<<) is not allowed; use standard strings or inline HTML instead
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
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Potential connections found in static code analysis.
Outbound calls
267
External assets
0
Incoming endpoints
33
No external asset domains detected.
register_rest_route
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
18 more hidden
6 score snapshots
v2.5.11
25
Latest
v2.5.10
25
Score
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 25 | 1,020 | 219 | 801 | v2.5.11 | 2.0.0 |
| 25 | 1,019 | 219 | 800 | v2.5.10 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.