Async JavaScript

Async Javascript lets you add 'async' or 'defer' attribute to scripts to exclude to help increase the performance of your WordPress website.

v2.21.08.31David CloughUpdated 2023-06-22Added Dec 11, 201470k+ installs94% rating
37
Score
357
Errors
79
Warnings
+0
Change

Category Scores

Security0
Repo91
Performance100
Maintainability68

Top Issues by Category

security396
maintainability31
i18n7
repo_compliance2

Issues Details

436 issues found in latest scan

ERROR223
WordPress.Security.EscapeOutput.UnsafePrintingFunction

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

ERROR99
WordPress.Security.EscapeOutput.OutputNotEscaped

All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '"<div class=\"$class\">$message</div>"'.

WARNING41
WordPress.Security.ValidatedSanitizedInput.MissingUnslash

$_GET[&#039;aj_simulate&#039;] not unslashed before sanitization. Use wp_unslash() or similar

WARNING25
WordPress.Security.ValidatedSanitizedInput.InputNotValidated

Detected usage of a possibly undefined superglobal array index: $_POST[&#039;aj_gtmetrix_api_key&#039;]. Check that the array index exists before using it.

ERROR16
WordPress.WP.AlternativeFunctions.curl_curl_setopt

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

WARNING8
WordPress.Security.NonceVerification.Recommended

Processing form data without nonce verification.

ERROR5
WordPress.WP.I18n.NonSingularStringLiteralText

The $text parameter must be a single text string literal. Found: ' has detected that you do not have Autoptimize installed and active. Autoptimize can provide further optimization of JavaScript which can benefit the results of ' . AJ_TITLE . ' (and ' . AJ_TITLE . ' can also enhance Autoptimize results!)</p>'

ERROR2
WordPress.WP.AlternativeFunctions.curl_curl_close

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

ERROR2
WordPress.WP.AlternativeFunctions.curl_curl_error

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

ERROR2
WordPress.WP.AlternativeFunctions.curl_curl_exec

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

ERROR2
WordPress.WP.AlternativeFunctions.curl_curl_init

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

WARNING2
WordPress.WP.EnqueuedResourceParameters.MissingVersion

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

WARNING1
WordPress.DB.DirectDatabaseQuery.DirectQuery

Use of a direct database call is discouraged.

WARNING1
WordPress.DB.DirectDatabaseQuery.NoCaching

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

ERROR1
WordPress.WP.AlternativeFunctions.file_system_operations_fopen

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

ERROR1
WordPress.WP.AlternativeFunctions.file_system_operations_is_writable

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

ERROR1
WordPress.WP.I18n.MissingArgDomain

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

ERROR1
WordPress.WP.I18n.TextDomainMismatch

Mismatched text domain. Expected 'async-javascript' but got 'async-javasscript'.

ERROR1
badly_named_files

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

ERROR1
outdated_tested_upto_header

Tested up to: 6.2 < 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.

WARNING1
readme_invalid_contributors

The "Contributors" header in the readme file must be a comma-separated list of WordPress.org-formatted usernames.

Latest Snapshot

Findings

436

Errors

357

Warnings

79

Score History

First score snapshot

First scan completed Jun 20, 2026

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

Jun 20, 2026

v2.21.08.31

37

Latest

Findings
436
Errors
357
Warnings
79
Plugin Check
2.0.0
Model
2026.06-mvp-static-v2

Related Plugins