Breeze Cache

Breeze is a caching plugin developed by Cloudways. Breeze uses advance caching systems to improve site loading times exponentially.

v2.5.6CloudwaysUpdated 2026-06-12Added Jul 22, 2017400k+ installs72% rating60% support resolved
25
Score
217
Errors
790
Warnings
+0
Change

Category Scores

Security0
Repo100
Performance100
Maintainability0

Top Issues by Category

maintainability667
1Non Prefixed Variable FoundWordPress.NamingConventions.PrefixAllGlobals.NonPrefixedVariableFoundWARNING4242error log error logWordPress.PHP.DevelopmentFunctions.error_log_error_logWARNING603curl curl setoptWordPress.WP.AlternativeFunctions.curl_curl_setoptERROR264parse url parse urlWordPress.WP.AlternativeFunctions.parse_url_parse_urlERROR245unlink unlinkWordPress.WP.AlternativeFunctions.unlink_unlinkERROR246error log var exportWordPress.PHP.DevelopmentFunctions.error_log_var_exportWARNING227file system operations is writableWordPress.WP.AlternativeFunctions.file_system_operations_is_writableERROR158Non Enqueued ScriptWordPress.WP.EnqueuedResources.NonEnqueuedScriptERROR149file system operations fcloseWordPress.WP.AlternativeFunctions.file_system_operations_fcloseERROR1110Non Prefixed Hookname FoundWordPress.NamingConventions.PrefixAllGlobals.NonPrefixedHooknameFoundWARNING1011Non Prefixed Function FoundWordPress.NamingConventions.PrefixAllGlobals.NonPrefixedFunctionFoundWARNING712Non Prefixed Constant FoundWordPress.NamingConventions.PrefixAllGlobals.NonPrefixedConstantFoundWARNING613file system operations fopenWordPress.WP.AlternativeFunctions.file_system_operations_fopenERROR614Non Prefixed Class FoundWordPress.NamingConventions.PrefixAllGlobals.NonPrefixedClassFoundWARNING515Non Enqueued StylesheetWordPress.WP.EnqueuedResources.NonEnqueuedStylesheetERROR516Not AllowedPluginCheck.CodeAnalysis.Heredoc.NotAllowedERROR417missing direct file access protectionmissing_direct_file_access_protectionERROR4
security295
i18n4

Issues Details

1,007 issues found in latest scan

WARNING424
WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedVariableFound

Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$active_css".

WARNING89
WordPress.Security.ValidatedSanitizedInput.InputNotSanitized

Detected usage of a non-sanitized input variable: $_COOKIE[$name]

WARNING82
WordPress.Security.ValidatedSanitizedInput.MissingUnslash

$_COOKIE[$name] not unslashed before sanitization. Use wp_unslash() or similar

WARNING60
WordPress.PHP.DevelopmentFunctions.error_log_error_log

error_log() found. Debug code should not normally be used in production.

ERROR42
WordPress.Security.EscapeOutput.UnsafePrintingFunction

All output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found '_e'.

WARNING32
WordPress.Security.ValidatedSanitizedInput.InputNotValidated

Detected usage of a possibly undefined superglobal array index: $_FILES['breeze_import_file']['name']. Check that the array index exists before using it.

WARNING27
WordPress.Security.NonceVerification.Recommended

Processing form data without nonce verification.

ERROR26
WordPress.WP.AlternativeFunctions.curl_curl_setopt

Using cURL functions is highly discouraged. Use wp_remote_get() instead.

ERROR24
WordPress.WP.AlternativeFunctions.parse_url_parse_url

parse_url() is discouraged because of inconsistency in the output across PHP versions; use wp_parse_url() instead.

ERROR24
WordPress.WP.AlternativeFunctions.unlink_unlink

unlink() is discouraged. Use wp_delete_file() to delete a file.

WARNING22
WordPress.PHP.DevelopmentFunctions.error_log_var_export

var_export() found. Debug code should not normally be used in production.

WARNING17
WordPress.Security.NonceVerification.Missing

Processing form data without nonce verification.

ERROR15
WordPress.WP.AlternativeFunctions.file_system_operations_is_writable

File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: is_writable().

ERROR14
WordPress.WP.EnqueuedResources.NonEnqueuedScript

Scripts must be registered/enqueued via wp_enqueue_script()

ERROR11
WordPress.WP.AlternativeFunctions.file_system_operations_fclose

File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: fclose().

WARNING10
WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedHooknameFound

Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "auth_cookie_expiration".

WARNING7
WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedFunctionFound

Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "amp_breeze_compat".

WARNING6
WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedConstantFound

Global constants defined by a theme/plugin should start with the theme/plugin prefix. Found: "COMPRESS_CSS".

ERROR6
WordPress.Security.EscapeOutput.OutputNotEscaped

All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found 'BREEZE_PLUGIN_URL'.

ERROR6
WordPress.WP.AlternativeFunctions.file_system_operations_fopen

File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: fopen().

WARNING5
WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedClassFound

Classes declared by a theme/plugin should start with the theme/plugin prefix. Found: "CSSmin".

ERROR5
WordPress.WP.EnqueuedResources.NonEnqueuedStylesheet

Stylesheets must be registered/enqueued via wp_enqueue_style()

ERROR4
PluginCheck.CodeAnalysis.Heredoc.NotAllowed

Use of heredoc syntax (<<<) is not allowed; use standard strings or inline HTML instead

ERROR4
WordPress.WP.I18n.MissingTranslatorsComment

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.

ERROR4
missing_direct_file_access_protection

PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;

Latest Snapshot

Findings

1,007

Errors

217

Warnings

790

Score History

First score snapshot

First scan completed Jun 19, 2026

v2.5.6 · Plugin Check 2.0.0 · Model 2026.06-mvp-static-v2

Jun 19, 2026

v2.5.6

25

Latest

Findings
1,007
Errors
217
Warnings
790
Plugin Check
2.0.0
Model
2026.06-mvp-static-v2

Related Plugins