WP Fastest Cache – WordPress Cache Plugin

The simplest and fastest WP Cache system

v1.4.9Emre VonaUpdated 2026-05-20Added Aug 4, 20131m+ installs98% rating47% support resolved
24
Score
541
Errors
753
Warnings
+0
Change

Category Scores

Security0
Repo94
Performance94
Maintainability0

Top Issues by Category

security1,029
maintainability201
i18n29

Issues Details

1,294 issues found in latest scan

ERROR199
WordPress.Security.EscapeOutput.UnsafePrintingFunction

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

WARNING190
WordPress.Security.ValidatedSanitizedInput.MissingUnslash

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

WARNING177
WordPress.Security.ValidatedSanitizedInput.InputNotSanitized

Detected usage of a non-sanitized input variable: $_GET["id"]

ERROR165
WordPress.Security.EscapeOutput.OutputNotEscaped

All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '"<option value='{$key}'>"'.

WARNING139
WordPress.Security.ValidatedSanitizedInput.InputNotValidated

Detected usage of a possibly undefined superglobal array index: $_GET[&quot;id&quot;]. Check that the array index exists before using it.

WARNING67
WordPress.Security.NonceVerification.Recommended

Processing form data without nonce verification.

WARNING64
WordPress.Security.NonceVerification.Missing

Processing form data without nonce verification.

WARNING41
WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedVariableFound

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

ERROR29
WordPress.WP.I18n.MissingArgDomain

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

ERROR21
WordPress.DB.PreparedSQL.NotPrepared

Use placeholders and $wpdb->prepare(); found $element

ERROR21
missing_direct_file_access_protection

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

WARNING19
WordPress.DB.DirectDatabaseQuery.DirectQuery

Use of a direct database call is discouraged.

WARNING19
WordPress.DB.DirectDatabaseQuery.NoCaching

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

ERROR15
WordPress.WP.AlternativeFunctions.file_system_operations_mkdir

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

ERROR14
WordPress.WP.AlternativeFunctions.unlink_unlink

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

WARNING13
WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedClassFound

Classes declared by a theme/plugin should start with the theme/plugin prefix. Found: &quot;CdnWPFC&quot;.

ERROR12
WordPress.WP.AlternativeFunctions.rename_rename

rename() is discouraged. Use WP_Filesystem::move() to rename a file.

ERROR10
WordPress.WP.DeprecatedParameters.Add_optionParam3Found

The parameter "1" at position #3 of add_option() has been deprecated since WordPress version 2.3.0. Use "" instead.

ERROR8
WordPress.DateTime.RestrictedFunctions.date_date

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

ERROR7
PluginCheck.Security.DirectDB.UnescapedDBParameter

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

ERROR7
WordPress.WP.AlternativeFunctions.parse_url_parse_url

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

WARNING6
PluginCheck.CodeAnalysis.WriteFile.ABSPATHDetected

Writing files using ABSPATH may be problematic. Consider using wp_upload_dir() instead if storing user data or generated files.

WARNING6
WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedHooknameFound

Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: &quot;wpml_current_language&quot;.

ERROR6
WordPress.WP.AlternativeFunctions.file_system_operations_is_writable

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

ERROR4
WordPress.WP.AlternativeFunctions.strip_tags_strip_tags

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

Latest Snapshot

Findings

1,294

Errors

541

Warnings

753

Score History

First score snapshot

First scan completed Jun 19, 2026

v1.4.9 · Plugin Check 2.0.0 · Model 2026.06-mvp-static-v2

Jun 19, 2026

v1.4.9

24

Latest

Findings
1,294
Errors
541
Warnings
753
Plugin Check
2.0.0
Model
2026.06-mvp-static-v2

Related Plugins