Hummingbird Performance – Cache & Page Speed Optimization for Core Web Vitals | Critical CSS | Minify CSS | Defer CSS Javascript | CDN

Optimize PageSpeed Performance & Core Web Vitals, Advanced Cache, Minify CSS & JavaScript, Inline Critical CSS, Defer CSS & JS, Smush & Lazy Load, CDN

v3.19.0WPMU DEV - Your All-in-One WordPress PlatformUpdated 2026-05-18Added Jun 9, 201770k+ installs94% rating
24
Score
3,410
Errors
866
Warnings
+0
Change

Category Scores

Security0
Repo97
Performance97
Maintainability0

Top Issues by Category

i18n3,106
maintainability793
security311

Issues Details

4,276 issues found in latest scan

ERROR3,106
WordPress.WP.I18n.TextDomainMismatch

Mismatched text domain. Expected 'hummingbird-performance' but got 'plugin-cross-sell-textdomain'.

WARNING506
WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedVariableFound

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

ERROR90
badly_named_files

File and folder names must not contain spaces or special characters.

WARNING78
WordPress.DB.PreparedSQL.InterpolatedNotPrepared

Use placeholders and $wpdb->prepare(); found interpolated variable $column at "DELETE FROM $table WHERE $column LIKE %s"

WARNING46
WordPress.Security.ValidatedSanitizedInput.InputNotSanitized

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

ERROR42
WordPress.Security.EscapeOutput.OutputNotEscaped

All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '"Could not find $_tests_dir/includes/functions.php, have you run bin/install-wp-tests.sh ?"'.

WARNING38
WordPress.DB.DirectDatabaseQuery.DirectQuery

Use of a direct database call is discouraged.

ERROR30
WordPress.DateTime.RestrictedFunctions.date_date

date() is affected by runtime timezone changes which can cause date/time to be incorrectly displayed. Use gmdate() instead.

ERROR30
WordPress.Security.EscapeOutput.ExceptionNotEscaped

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

WARNING30
WordPress.Security.NonceVerification.Recommended

Processing form data without nonce verification.

WARNING27
WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedHooknameFound

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

WARNING26
WordPress.DB.DirectDatabaseQuery.NoCaching

Direct database call without caching detected. Consider using wp_cache_get() / wp_cache_set() or wp_cache_delete().

WARNING23
WordPress.Security.ValidatedSanitizedInput.MissingUnslash

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

ERROR18
WordPress.DB.PreparedSQL.NotPrepared

Use placeholders and $wpdb->prepare(); found $mysql_vars

ERROR17
missing_direct_file_access_protection

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

ERROR16
WordPress.WP.AlternativeFunctions.unlink_unlink

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

WARNING15
WordPress.Security.ValidatedSanitizedInput.InputNotValidated

Detected usage of a possibly undefined superglobal array index: $_COOKIE[$key]. Check that the array index exists before using it.

WARNING14
WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedFunctionFound

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

WARNING12
WordPress.NamingConventions.PrefixAllGlobals.DynamicHooknameFound

Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "$this->action_name( $action )".

WARNING10
PluginCheck.Security.DirectDB.UnescapedDBParameter

Unescaped parameter $post_meta_table used in $wpdb->get_col()\n$post_meta_table assigned unsafely at line 877.

ERROR10
PluginCheck.Security.DirectDB.UnescapedDBParameter

Unescaped parameter $column used in $wpdb->get_row()\n$column assigned unsafely at line 282.

WARNING9
WordPress.Security.NonceVerification.Missing

Processing form data without nonce verification.

WARNING7
WordPress.PHP.DevelopmentFunctions.error_log_error_log

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

ERROR6
WordPress.WP.AlternativeFunctions.file_system_operations_is_writable

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

ERROR4
PluginCheck.CodeAnalysis.Heredoc.NotAllowed

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

Latest Snapshot

Findings

4,276

Errors

3,410

Warnings

866

Score History

First score snapshot

First scan completed Jun 20, 2026

v3.19.0 · Plugin Check 2.0.0 · Model 2026.06-mvp-static-v2

Jun 20, 2026

v3.19.0

24

Latest

Findings
4,276
Errors
3,410
Warnings
866
Plugin Check
2.0.0
Model
2026.06-mvp-static-v2

Related Plugins