Page Optimize

Optimize pages for faster load and render in the browser.

v0.6.3AutomatticUpdated 2026-05-21Added Feb 27, 2020200k+ installs60% rating
35
Score
70
Errors
41
Warnings
+0
Change

Category Scores

Security0
Repo94
Performance100
Maintainability52

Top Issues by Category

maintainability44
1parse url parse urlWordPress.WP.AlternativeFunctions.parse_url_parse_urlERROR92Non Prefixed Hookname FoundWordPress.NamingConventions.PrefixAllGlobals.NonPrefixedHooknameFoundWARNING83missing direct file access protectionmissing_direct_file_access_protectionERROR84Non Prefixed Constant FoundWordPress.NamingConventions.PrefixAllGlobals.NonPrefixedConstantFoundWARNING25Non Prefixed Variable FoundWordPress.NamingConventions.PrefixAllGlobals.NonPrefixedVariableFoundWARNING26error log error logWordPress.PHP.DevelopmentFunctions.error_log_error_logWARNING27Non Enqueued ScriptWordPress.WP.EnqueuedResources.NonEnqueuedScriptERROR28Non Enqueued StylesheetWordPress.WP.EnqueuedResources.NonEnqueuedStylesheetERROR29DiscouragedSquiz.PHP.DiscouragedFunctions.DiscouragedWARNING110Non Prefixed Function FoundWordPress.NamingConventions.PrefixAllGlobals.NonPrefixedFunctionFoundWARNING111file system operations fcloseWordPress.WP.AlternativeFunctions.file_system_operations_fcloseERROR112file system operations fopenWordPress.WP.AlternativeFunctions.file_system_operations_fopenERROR113file system operations freadWordPress.WP.AlternativeFunctions.file_system_operations_freadERROR114file system operations is writableWordPress.WP.AlternativeFunctions.file_system_operations_is_writableERROR115file system operations mkdirWordPress.WP.AlternativeFunctions.file_system_operations_mkdirERROR116unlink unlinkWordPress.WP.AlternativeFunctions.unlink_unlinkERROR117application detectedapplication_detectedERROR1
security40
i18n25
repo_compliance1

Issues Details

111 issues found in latest scan

ERROR25
WordPress.WP.I18n.NonSingularStringLiteralDomain

The $domain parameter must be a single text string literal. Found: page_optimize_get_text_domain()

ERROR11
WordPress.Security.EscapeOutput.UnsafePrintingFunction

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

WARNING9
WordPress.Security.NonceVerification.Recommended

Processing form data without nonce verification.

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

WARNING8
WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedHooknameFound

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

ERROR8
missing_direct_file_access_protection

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

WARNING6
WordPress.Security.ValidatedSanitizedInput.InputNotSanitized

Detected usage of a non-sanitized input variable: $_GET['load-mode-js']

WARNING6
WordPress.Security.ValidatedSanitizedInput.MissingUnslash

$_GET['load-mode-js'] not unslashed before sanitization. Use wp_unslash() or similar

ERROR4
WordPress.Security.EscapeOutput.OutputNotEscaped

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

WARNING4
WordPress.Security.ValidatedSanitizedInput.InputNotValidated

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

WARNING2
WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedConstantFound

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

WARNING2
WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedVariableFound

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

WARNING2
WordPress.PHP.DevelopmentFunctions.error_log_error_log

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

ERROR2
WordPress.WP.EnqueuedResources.NonEnqueuedScript

Scripts must be registered/enqueued via wp_enqueue_script()

ERROR2
WordPress.WP.EnqueuedResources.NonEnqueuedStylesheet

Stylesheets must be registered/enqueued via wp_enqueue_style()

WARNING1
Squiz.PHP.DiscouragedFunctions.Discouraged

The use of function ini_set() is discouraged

WARNING1
WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedFunctionFound

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

ERROR1
WordPress.WP.AlternativeFunctions.file_system_operations_fclose

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

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_fread

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

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.AlternativeFunctions.file_system_operations_mkdir

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

ERROR1
WordPress.WP.AlternativeFunctions.unlink_unlink

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

ERROR1
application_detected

Application files are not permitted.

ERROR1
plugin_header_no_license

Missing "License" in Plugin Header. Please update your Plugin Header with a valid GPLv2 (or later) compatible license.

Latest Snapshot

Findings

111

Errors

70

Warnings

41

Score History

First score snapshot

First scan completed Jun 19, 2026

v0.6.3 · Plugin Check 2.0.0 · Model 2026.06-mvp-static-v2

Jun 19, 2026

v0.6.3

35

Latest

Findings
111
Errors
70
Warnings
41
Plugin Check
2.0.0
Model
2026.06-mvp-static-v2

Related Plugins