Analytics Insights – Google Analytics Dashboard for WordPress

A full-featured and entirely free Google Analytics Dashboard plugin for WordPress. Displays stats to help you to better understand your site content.

v6.3.12Alin MarcuUpdated Added 10k+ installs92% rating100% support resolved
30
Score
241
Errors
170
Warnings
+0
Change

Category Scores

Security0
Repo94
Performance97
Maintainability31

Top Issues by Category

security261
maintainability98
i18n41
performance2

Issues Details

411 issues found in latest scan

ERROR90
WordPress.Security.EscapeOutput.UnsafePrintingFunction

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

ERROR73
WordPress.Security.EscapeOutput.OutputNotEscaped

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

WARNING47
WordPress.Security.ValidatedSanitizedInput.MissingUnslash

$_POST['aiwp_number'] not unslashed before sanitization. Use wp_unslash() or similar

ERROR31
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.

WARNING28
WordPress.Security.ValidatedSanitizedInput.InputNotSanitized

Detected usage of a non-sanitized input variable: $_POST['aiwp_security_backend_item_reports']

WARNING20
Internal.LineEndings.Mixed

File has mixed line endings; this may cause incorrect results

WARNING13
WordPress.Security.ValidatedSanitizedInput.InputNotValidated

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

WARNING10
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.

WARNING9
WordPress.DB.DirectDatabaseQuery.DirectQuery

Use of a direct database call is discouraged.

WARNING9
WordPress.DB.DirectDatabaseQuery.NoCaching

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

WARNING9
WordPress.PHP.DevelopmentFunctions.error_log_print_r

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

WARNING7
WordPress.WP.EnqueuedResourceParameters.MissingVersion

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

ERROR7
WordPress.WP.I18n.NonSingularStringLiteralText

The $text parameter must be a single text string literal. Found: $this->aiwp->config->options['ga_target_geomap']

ERROR7
missing_direct_file_access_protection

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

ERROR6
WordPress.DateTime.RestrictedFunctions.date_date

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

ERROR6
WordPress.WP.AlternativeFunctions.strip_tags_strip_tags

strip_tags() is discouraged. Use the more comprehensive wp_strip_all_tags() instead.

WARNING6
WordPress.WP.DeprecatedFunctions.like_escapeFound

like_escape() has been deprecated since WordPress version 4.0.0. Use wpdb::esc_like() instead.

ERROR6
wp_function_not_compatible_with_requires_wp

Function "get_sites()" requires WordPress 4.6.0, but your plugin minimum supported version is WordPress 3.5.0.

ERROR4
PluginCheck.CodeAnalysis.EnqueuedResourceOffloading.OffloadedContent

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

WARNING4
WordPress.Security.NonceVerification.Missing

Processing form data without nonce verification.

ERROR3
WordPress.WP.EnqueuedResources.NonEnqueuedScript

Scripts must be registered/enqueued via wp_enqueue_script()

ERROR3
WordPress.WP.I18n.NoEmptyStrings

The $text text string should have translatable content. Found: ""

WARNING2
WordPressVIPMinimum.Performance.WPQueryParams.PostNotIn_exclude

Using exclusionary parameters, like exclude, in calls to get_posts() should be done with caution, see https://wpvip.com/documentation/performance-improvements-by-removing-usage-of-post__not_in/ for more information.

ERROR1
PluginCheck.CodeAnalysis.Offloading.OffloadedContent

Offloading images, js, css, and other scripts to your servers or any remote service is disallowed.

WARNING1
WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedHooknameFound

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

Latest Snapshot

Findings

411

Errors

241

Warnings

170

Score History

First score snapshot

First scan completed

v6.3.12 · Plugin Check 2.0.0 · Model 2026.06-mvp-static-v2

v6.3.12

30

Latest

Findings
411
Errors
241
Warnings
170
Plugin Check
2.0.0
Model
2026.06-mvp-static-v2

Related Plugins