Optimize Database after Deleting Revisions

One-click database optimization with precise revision cleanup and flexible scheduling. Speeding up sites since 2011!

v5.3.0NerdPressUpdated 2026-05-21Added Nov 23, 201160k+ installs94% rating
36
Score
644
Errors
127
Warnings
+0
Change

Category Scores

Security0
Repo94
Performance100
Maintainability59

Top Issues by Category

security580
maintainability117
i18n73
repo_compliance1

Issues Details

771 issues found in latest scan

ERROR217
WordPress.Security.EscapeOutput.OutputNotEscaped

All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '"')) {\r\n'.

ERROR199
WordPress.DB.PreparedSQL.NotPrepared

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

ERROR86
WordPress.Security.EscapeOutput.UnsafePrintingFunction

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

ERROR62
WordPress.WP.I18n.NonSingularStringLiteralDomain

The $domain parameter must be a single text string literal. Found: $this->odb_txt_domain

WARNING40
WordPress.DB.DirectDatabaseQuery.DirectQuery

Use of a direct database call is discouraged.

WARNING40
WordPress.DB.DirectDatabaseQuery.NoCaching

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

ERROR31
PluginCheck.Security.DirectDB.UnescapedDBParameter

Unescaped parameter $odb_class->odb_utilities_obj used in $wpdb->get_results()\n$odb_class->odb_utilities_obj used without escaping.

ERROR28
wp_function_not_compatible_with_requires_wp

Function "get_post_types()" requires WordPress 2.9.0, but your plugin minimum supported version is WordPress 2.8.0.

WARNING26
WordPress.Security.ValidatedSanitizedInput.MissingUnslash

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

ERROR8
WordPress.WP.I18n.NonSingularStringLiteralText

The $text parameter must be a single text string literal. Found: $msg

ERROR5
WordPress.DB.PreparedSQLPlaceholders.LikeWildcardsInQuery

SQL wildcards for a LIKE query should be passed in through a replacement parameter. Found: LIKE '_oembed_%%'.

WARNING5
WordPress.Security.ValidatedSanitizedInput.InputNotSanitized

Detected usage of a non-sanitized input variable: $_GET['_wpnonce']

WARNING4
PluginCheck.Security.DirectDB.UnescapedDBParameter

Unescaped parameter $this->sql used in $wpdb->get_results()\n$this->sql assigned unsafely at line 181.

ERROR4
WordPress.DateTime.RestrictedFunctions.date_date

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

WARNING4
WordPress.Security.NonceVerification.Recommended

Processing form data without nonce verification.

WARNING3
WordPress.DB.PreparedSQL.InterpolatedNotPrepared

Use placeholders and $wpdb->prepare(); found interpolated variable {$where1} at {$where1}\r\n

WARNING2
Squiz.PHP.DiscouragedFunctions.Discouraged

The use of function set_time_limit() is discouraged

WARNING2
WordPress.WP.I18n.NoHtmlWrappedStrings

Translatable string should not be wrapped in HTML. Found: '<span class="odb-optimized">TABLE OPTIMIZED</span>'

ERROR2
missing_direct_file_access_protection

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

WARNING1
WordPress.DB.DirectDatabaseQuery.SchemaChange

Attempting a database schema change is discouraged.

ERROR1
WordPress.WP.DeprecatedParameters.Load_plugin_textdomainParam2Found

The parameter "// domain\r\n\t\t\t\tfalse" at position #2 of load_plugin_textdomain() has been deprecated since WordPress version 2.7.0. Use "" instead.

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

771

Errors

644

Warnings

127

Score History

First score snapshot

First scan completed Jun 20, 2026

v5.3.0 · Plugin Check 2.0.0 · Model 2026.06-mvp-static-v2

Jun 20, 2026

v5.3.0

36

Latest

Findings
771
Errors
644
Warnings
127
Plugin Check
2.0.0
Model
2026.06-mvp-static-v2

Related Plugins