RapidLoad AI – Optimize Web Vitals Automatically

Supercharge your website with RapidLoad AI, featuring cutting-edge AI to automate optimizing CSS, JavaScript, images, fonts, and caching.

v3.1.19Shakeeb SadikeenUpdated Added 800 installs84% rating
22
Score
81
Errors
840
Warnings
+0
Change

Category Scores

Security0
Repo85
Performance96
Maintainability0

Issues to Review

Prioritized issue groups from the latest Plugin Check scan

921 findings

Security

451

8 issue groups

Maintainability

434

17 issue groups

WARNINGSecurityNonce verification recommendedProcessing form data without nonce verification.378
Category
Security
Occurrences
378
Severity
warning

Sample message

Processing form data without nonce verification.

WARNINGMaintainabilityNon-prefixed hook nameHook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "after_rapidload_htaccess_rules".110
Category
Maintainability
Occurrences
110
Severity
warning

Sample message

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

WARNINGMaintainabilityDirect QueryUse of a direct database call is discouraged.103
Category
Maintainability
Occurrences
103
Severity
warning

Sample message

Use of a direct database call is discouraged.

WARNINGMaintainabilityNo CachingDirect database call without caching detected. Consider using wp_cache_get() / wp_cache_set() or wp_cache_delete().100
Category
Maintainability
Occurrences
100
Severity
warning

Sample message

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

WARNINGMaintainabilityNon-prefixed global variableGlobal variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$api_key_verified".23
Category
Maintainability
Occurrences
23
Severity
warning

Sample message

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

WARNINGSecurityInput is not sanitizedDetected usage of a non-sanitized input variable: $_REQUEST['url_list']20
Category
Security
Occurrences
20
Severity
warning

Sample message

Detected usage of a non-sanitized input variable: $_REQUEST['url_list']

WARNINGSecurityRequest data is not unslashed$_REQUEST['url_list'] not unslashed before sanitization. Use wp_unslash() or similar20
Category
Security
Occurrences
20
Severity
warning

Sample message

$_REQUEST['url_list'] not unslashed before sanitization. Use wp_unslash() or similar

ERRORMaintainabilityparse url parse urlparse_url() is discouraged because of inconsistency in the output across PHP versions; use wp_parse_url() instead.17
Category
Maintainability
Occurrences
17
Severity
error

Sample message

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

WARNINGMaintainabilityMissing VersionResource 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.17
Category
Maintainability
Occurrences
17
Severity
warning

Sample message

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.

WARNINGMaintainabilityNot In FooterIn 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.16
Category
Maintainability
Occurrences
16
Severity
warning

Sample message

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.

Show 15 more
ERRORSecurityOutput is not escaped12
Category
Security
Occurrences
12
Severity
error

Sample message

All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '"[$k]=>\"$v\", "'.

WARNINGSecurityUnquoted Complex Placeholder10
Category
Security
Occurrences
10
Severity
warning

Sample message

Complex placeholders used for values in the query string in $wpdb->prepare() will NOT be quoted automagically. Found: %5s.

ERRORMaintainabilitycurl curl setopt8
Category
Maintainability
Occurrences
8
Severity
error

Sample message

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

WARNINGMaintainabilityerror log error log7
Category
Maintainability
Occurrences
7
Severity
warning

Sample message

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

WARNINGMaintainabilityerror log debug backtrace6
Category
Maintainability
Occurrences
6
Severity
warning

Sample message

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

WARNINGMaintainabilityNon-prefixed function5
Category
Maintainability
Occurrences
5
Severity
warning

Sample message

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

WARNINGMaintainabilityNon-prefixed constant4
Category
Maintainability
Occurrences
4
Severity
warning

Sample message

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

WARNINGSecurityMissing nonce verification4
Category
Security
Occurrences
4
Severity
warning

Sample message

Processing form data without nonce verification.

WARNINGSecurityInput is not validated4
Category
Security
Occurrences
4
Severity
warning

Sample message

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

ERRORMaintainabilityfile system operations is writable4
Category
Maintainability
Occurrences
4
Severity
error

Sample message

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

ERRORMaintainabilityMissing direct file access protection4
Category
Maintainability
Occurrences
4
Severity
error

Sample message

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

ERRORMaintainabilitywp function not compatible with requires wp4
Category
Maintainability
Occurrences
4
Severity
error

Sample message

Function "is_taxonomy_viewable()" requires WordPress 5.1.0, but your plugin minimum supported version is WordPress 5.0.0.

WARNINGMaintainabilitySchema Change3
Category
Maintainability
Occurrences
3
Severity
warning

Sample message

Attempting a database schema change is discouraged.

ERRORSecurityException output is not escaped3
Category
Security
Occurrences
3
Severity
error

Sample message

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

ERRORMaintainabilityfile system operations rmdir3
Category
Maintainability
Occurrences
3
Severity
error

Sample message

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

External Connections

Potential connections found in static code analysis.

44 domains

Outbound calls

235

External assets

1

Incoming endpoints

64

Notable Domains

rapidload.local24 · outbound
rapidload.zendesk.com12 · outbound
sourceforge.net12 · outbound
ai.rapidload.io8 · outbound
api.rapidload.io6 · outbound

Platform / Reference Domains

w3.org79 · platform/reference
github.com8 · platform/reference
opensource.org4 · platform/reference
gnu.org3 · platform/reference
dev.w3.org2 · platform/reference

External Asset Domains

fonts.googleapis.com2 · asset + outbound

Incoming Endpoints

wp_ajax_nopriv_$actionpublic

wp_ajax

wp_ajax_nopriv_clear_page_cachepublic

wp_ajax

wp_ajax_nopriv_cpcss_purge_urlpublic

wp_ajax

wp_ajax_nopriv_rapidload_delete_titan_optimizationspublic

wp_ajax

wp_ajax_nopriv_rapidload_fetch_post_search_by_title_or_permalinkpublic

wp_ajax

wp_ajax_nopriv_rapidload_fetch_post_types_with_linkspublic

wp_ajax

Admin AJAX endpoints48
wp_ajax_rapidload_enable_cdn_meteringauthenticated

wp_ajax

wp_ajax_$actionauthenticated

wp_ajax

wp_ajax_activate_moduleauthenticated

wp_ajax

wp_ajax_attach_ruleauthenticated

wp_ajax

wp_ajax_clear_page_cacheauthenticated

wp_ajax

wp_ajax_clear_uucss_logsauthenticated

wp_ajax

wp_ajax_cpcss_purge_urlauthenticated

wp_ajax

wp_ajax_dismiss_admin_noticeauthenticated

wp_ajax

wp_ajax_frontend_logsauthenticated

wp_ajax

wp_ajax_get_all_rulesauthenticated

wp_ajax

wp_ajax_get_robots_textauthenticated

wp_ajax

wp_ajax_list_moduleauthenticated

wp_ajax

36 more hidden

Score History

First score snapshot

v3.1.19

22

Latest

Findings
921
Errors
81
Warnings
840
Check
2.0.0

Relationship Map

Author, categories, issues, domains, and nearby plugins.

37 nodes

Related Plugins

AI Content Signals

500 active installs

100
AI Share & Summarize

1k+ active installs

100
DietPress

2k+ active installs

100
Disable Emojis (GDPR friendly)

60k+ active installs

100