Insights from Google PageSpeed

Use Insights from Google PageSpeed to increase your sites performance, your search engine ranking, and your visitors browsing experience.

v4.0.8Matt KeysUpdated 2024-07-07Added Oct 1, 201320k+ installs96% rating
32
Score
414
Errors
475
Warnings
+0
Change

Category Scores

Security0
Repo89
Performance100
Maintainability42

Top Issues by Category

i18n376
security334
maintainability176
repo_compliance1

Issues Details

889 issues found in latest scan

ERROR373
WordPress.WP.I18n.TextDomainMismatch

Mismatched text domain. Expected 'google-pagespeed-insights' but got 'acf-font-awesome'.

WARNING97
WordPress.Security.NonceVerification.Recommended

Processing form data without nonce verification.

WARNING83
WordPress.DB.PreparedSQL.InterpolatedNotPrepared

Use placeholders and $wpdb->prepare(); found interpolated variable $compare_time at \t\t\tWHERE timestamp < $compare_time\n

WARNING68
WordPress.DB.DirectDatabaseQuery.DirectQuery

Use of a direct database call is discouraged.

WARNING60
WordPress.DB.DirectDatabaseQuery.NoCaching

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

WARNING48
WordPress.Security.ValidatedSanitizedInput.MissingUnslash

$_GET['_wpnonce'] not unslashed before sanitization. Use wp_unslash() or similar

WARNING47
PluginCheck.Security.DirectDB.UnescapedDBParameter

Unescaped parameter $gpi_api_error_logs used in $wpdb->get_results()\n$gpi_api_error_logs assigned unsafely at line 774.

WARNING22
WordPress.Security.ValidatedSanitizedInput.InputNotSanitized

Detected usage of a non-sanitized input variable: $_GET['_wpnonce']

WARNING18
WordPress.Security.ValidatedSanitizedInput.InputNotValidated

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

ERROR18
missing_direct_file_access_protection

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

WARNING11
WordPress.DB.DirectDatabaseQuery.SchemaChange

Attempting a database schema change is discouraged.

WARNING9
Internal.NoCodeFound

No PHP code was found in this file and short open tags are not allowed by this install of PHP. This file may be using short open tags but PHP does not allow them.

ERROR9
PluginCheck.Security.DirectDB.UnescapedDBParameter

Unescaped parameter $db_columns used in $wpdb->get_results()\n$db_columns assigned unsafely at line 534.

ERROR5
WordPress.Security.EscapeOutput.OutputNotEscaped

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

WARNING5
WordPress.Security.SafeRedirect.wp_redirect_wp_redirect

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.

WARNING4
WordPress.WP.EnqueuedResourceParameters.NotInFooter

In footer ($in_footer) is not set explicitly wp_enqueue_script; It is recommended to load scripts in the footer. Please set this value to `true` to load it in the footer, or explicitly `false` if it should be loaded in the header.

ERROR2
WordPress.WP.AlternativeFunctions.rand_rand

rand() is discouraged. Use the far less predictable wp_rand() instead.

ERROR1
PluginCheck.CodeAnalysis.EnqueuedResourceOffloading.OffloadedContent

Found call to wp_register_script() with external resource. Offloading scripts to your servers or any remote service is disallowed.

WARNING1
Squiz.PHP.DiscouragedFunctions.Discouraged

The use of function set_time_limit() is discouraged

ERROR1
WordPress.DateTime.RestrictedFunctions.date_date

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

WARNING1
WordPress.WP.EnqueuedResourceParameters.MissingVersion

Resource version not set in call to wp_register_script(). This means new versions of the script may not always be loaded due to browser caching.

ERROR1
WordPress.WP.I18n.MissingArgDomain

Missing $domain parameter in function call to esc_html_e().

ERROR1
WordPress.WP.I18n.MissingTranslatorsComment

A function call to esc_html__() 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.

ERROR1
WordPress.WP.I18n.NonSingularStringLiteralText

The $text parameter must be a single text string literal. Found: 'There may not be any results for the "' . esc_html( $current_filter ) . '" filter. Try another filter.'

ERROR1
outdated_tested_upto_header

Tested up to: 6.5 < 7.0. The "Tested up to" value in your plugin is not set to the current version of WordPress. This means your plugin will not show up in searches, as we require plugins to be compatible and documented as tested up to the most recent version of WordPress.

Latest Snapshot

Findings

889

Errors

414

Warnings

475

Score History

First score snapshot

First scan completed Jun 20, 2026

v4.0.8 · Plugin Check 2.0.0 · Model 2026.06-mvp-static-v2

Jun 20, 2026

v4.0.8

32

Latest

Findings
889
Errors
414
Warnings
475
Plugin Check
2.0.0
Model
2026.06-mvp-static-v2

Related Plugins