Fastcache by Host.it

FastCache è un plugin WordPress per caching avanzato, CDN e ottimizzazione delle prestazioni, sviluppato e supportato interamente in Italia.

v1.6.15Host.itUpdated Added 700 installs100% rating
23
Score
1,327
Errors
203
Warnings
+0
Change

Category Scores

Security0
Repo89
Performance98
Maintainability0

Issues to Review

Prioritized issue groups from the latest Plugin Check scan

1,530 findings

I18n

719

2 issue groups

Security

486

8 issue groups

Maintainability

270

15 issue groups

ERRORI18nText Domain MismatchMismatched text domain. Expected 'fastcache-by-host-it' but got 'fastcache'.701
Category
I18n
Occurrences
701
Severity
error

Sample message

Mismatched text domain. Expected 'fastcache-by-host-it' but got 'fastcache'.

ERRORSecurityOutput is not escapedAll output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '"[$k]=>\""'.326
Category
Security
Occurrences
326
Severity
error

Sample message

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

ERRORMaintainabilityMissing direct file access protectionPHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;85
Category
Maintainability
Occurrences
85
Severity
error

Sample message

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

WARNINGSecurityRequest data is not unslashed$_GET[$key] not unslashed before sanitization. Use wp_unslash() or similar48
Category
Security
Occurrences
48
Severity
warning

Sample message

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

ERRORMaintainabilityNot AllowedUse of heredoc syntax (<<<) is not allowed; use standard strings or inline HTML instead47
Category
Maintainability
Occurrences
47
Severity
error

Sample message

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

WARNINGSecurityInput is not sanitizedDetected usage of a non-sanitized input variable: $_FILES[&#039;fc_config_file&#039;][&#039;tmp_name&#039;]40
Category
Security
Occurrences
40
Severity
warning

Sample message

Detected usage of a non-sanitized input variable: $_FILES[&#039;fc_config_file&#039;][&#039;tmp_name&#039;]

ERRORSecurityUnsafe printing functionAll output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found '_e'.34
Category
Security
Occurrences
34
Severity
error

Sample message

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

ERRORMaintainabilitycurl curl setoptUsing cURL functions is highly discouraged. Use wp_remote_get() instead.29
Category
Maintainability
Occurrences
29
Severity
error

Sample message

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

WARNINGMaintainabilityNon-prefixed functionFunctions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: &quot;host_v_purge_urls_func&quot;.20
Category
Maintainability
Occurrences
20
Severity
warning

Sample message

Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: &quot;host_v_purge_urls_func&quot;.

WARNINGMaintainabilityNon-prefixed global variableGlobal variables defined by a theme/plugin should start with the theme/plugin prefix. Found: &quot;$$request&quot;.20
Category
Maintainability
Occurrences
20
Severity
warning

Sample message

Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: &quot;$$request&quot;.

Show 15 more
ERRORI18nMissing Arg Domain18
Category
I18n
Occurrences
18
Severity
error

Sample message

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

ERRORMaintainabilityunlink unlink15
Category
Maintainability
Occurrences
15
Severity
error

Sample message

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

WARNINGMaintainabilityDiscouraged PHP function14
Category
Maintainability
Occurrences
14
Severity
warning

Sample message

The use of function ini_set() is discouraged

WARNINGSecurityInput is not validated14
Category
Security
Occurrences
14
Severity
warning

Sample message

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

WARNINGSecurityNonce verification recommended11
Category
Security
Occurrences
11
Severity
warning

Sample message

Processing form data without nonce verification.

ERRORSecurityException output is not escaped7
Category
Security
Occurrences
7
Severity
error

Sample message

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

WARNINGMaintainabilityNot In Footer7
Category
Maintainability
Occurrences
7
Severity
warning

Sample message

In footer ($in_footer) is not set explicitly wp_register_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.

ERRORSecurityHeredoc Output Not Escaped6
Category
Security
Occurrences
6
Severity
error

Sample message

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

ERRORMaintainabilityparse url parse url6
Category
Maintainability
Occurrences
6
Severity
error

Sample message

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

WARNINGMaintainabilityNon-prefixed constant5
Category
Maintainability
Occurrences
5
Severity
warning

Sample message

Global constants defined by a theme/plugin should start with the theme/plugin prefix. Found: &quot;FS_CHMOD_DIR&quot;.

ERRORMaintainabilitycurl curl exec5
Category
Maintainability
Occurrences
5
Severity
error

Sample message

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

ERRORMaintainabilitycurl curl init5
Category
Maintainability
Occurrences
5
Severity
error

Sample message

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

WARNINGMaintainabilityerror log error log4
Category
Maintainability
Occurrences
4
Severity
warning

Sample message

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

WARNINGMaintainabilityerror log print r4
Category
Maintainability
Occurrences
4
Severity
warning

Sample message

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

ERRORMaintainabilitycurl curl close4
Category
Maintainability
Occurrences
4
Severity
error

Sample message

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

External Connections

Potential connections found in static code analysis.

40 domains

Outbound calls

209

External assets

2

Incoming endpoints

10

Notable Domains

fastcache.host.it8 · outbound
bugs.chromium.org5 · outbound
bugs.webkit.org4 · outbound
tailwindcss.com3 · outbound
api.host.it2 · outbound

Platform / Reference Domains

gnu.org112 · platform/reference
github.com27 · platform/reference
w3.org11 · platform/reference
wordpress.org1 · platform/reference

External Asset Domains

cdnjs.cloudflare.com2 · asset + outbound

Incoming Endpoints

/wp-json/fastcache/v1/noncesREST

register_rest_route

wp_ajax_nopriv_hstPurgeCachepublic

wp_ajax

Admin AJAX endpoints8
wp_ajax_attivazionefastcacheauthenticated

wp_ajax

wp_ajax_fastcache_hook_pagespeedauthenticated

wp_ajax

wp_ajax_fastcache_object_cache_actionauthenticated

wp_ajax

wp_ajax_fastcache_test_memcacheauthenticated

wp_ajax

wp_ajax_fastcache_test_redisauthenticated

wp_ajax

wp_ajax_hstPurgeCacheauthenticated

wp_ajax

wp_ajax_multiselectauthenticated

wp_ajax

wp_ajax_testCacheauthenticated

wp_ajax

Score History

First score snapshot

v1.6.15

23

Latest

Findings
1,530
Errors
1,327
Warnings
203
Check
2.0.0

Relationship Map

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

37 nodes

Related Plugins

AI Content Signals

500 active installs

100
DietPress

2k+ active installs

100
Extend Link

1k+ active installs

100
Magic robots.txt

1k+ active installs

100
Meta Keywords for Each Page

800 active installs

100