Zum Inhalt springen
WordPress.org

Deutsch

  • Themes
  • Plugins
  • News
  • Support
  • Über
    • Learn WordPress
    • Documentation (en)
    • Foren
    • Developers (en)
    • WordPress.tv
  • Meetups
  • Mitmachen
  • FAQ
  • Hol dir WordPress
Hol dir WordPress
WordPress.org

Plugin Directory

Mega Database Cleanup

  • Ein Plugin einreichen
  • Meine Favoriten
  • Anmelden
  • Ein Plugin einreichen
  • Meine Favoriten
  • Anmelden

Mega Database Cleanup

Von MegaWix Technologies
Herunterladen
  • Details
  • Rezensionen
  • Installation
  • Entwicklung
Support

Beschreibung

Mega Database Cleanup is a modern, high-performance cleanup utility built to remove unused, empty, bloated, or orphaned metadata from your WordPress database — safely and automatically.

It includes a smart scanner, preview mode, ACF pattern cleanup, scheduled tasks, and full backup support. Ideal for site owners, developers, agencies, and power users who want a faster & cleaner database without risking important data.

Highlights

  • Empty / Unused Meta Scanner
    Detects empty, null, serialized-empty, or JSON-empty postmeta values.

  • ACF Cleanup Engine
    Automatically identifies patterns used by Advanced Custom Fields to detect orphan entries.

  • Real-Time Safe Preview
    See exactly what will be deleted before confirming cleanup.

  • Backup Before Delete
    All removed metadata can be stored in a dedicated backup table.

  • Scheduled Cleanup (WP-Cron)
    Cleanup can run automatically (hourly, daily, weekly).

  • Retention Rules
    Keep the latest N meta rows per meta_key (default: 5).

  • Safe & Secure
    Full validation, sanitization, and capability checks included.

  • One-Click Full Cleanup
    Delete unused metadata across the entire database.

  • Custom Cleanup Patterns
    Add or remove ACF-like patterns (SQL LIKE rules).

  • Activation Welcome Popup
    On first activation, optionally subscribe to plugin update tips. Email is stored locally on your site — never shared externally.

  • Deactivation Feedback
    If you deactivate the plugin, an optional feedback popup appears so you can share why. All responses are stored locally on your site only.

Who Is This For?

Website Owners
– Improve site performance and reduce database size safely.

Agencies & Developers
– Maintain clean data structures, especially on large sites.

ACF Users
– Automatically remove leftover fields that accumulate over time.

Performance Optimizers
– Speed up queries by removing thousands of useless meta rows.

Why Mega Database Cleanup Is Different

  • Designed for large databases
  • Uses safe preview mode
  • Runs scheduled cleanups automatically
  • Creates a backup of every deleted row
  • Preserves the first meta entry + last 5 entries for safety
  • Uses optimized SQL queries for predictable performance

Privacy Policy

Mega Database Cleanup is committed to transparency regarding user data:

  • No external data transmission — No information ever leaves your site.
  • Activation popup (optional) — If you enter your email in the welcome popup, it is saved to your site’s wp_options table (mdbcp_subscriber_email). It is never sent to any third-party server. You can skip this step entirely.
  • Deactivation feedback (optional) — If you submit a deactivation reason, it is saved locally to your site’s wp_options table (mdbcp_deactivation_log). It is never sent externally. You can skip this step entirely.
  • Database backups — Backup data is stored in a dedicated custom table on your own database server.

All data collection is opt-in, clearly disclosed, and stored exclusively within your WordPress installation.

Developer Hooks

Filters

  • mega_db_cleanup_patterns – Modify cleanup patterns
  • mega_db_cleanup_retention_limit – Change default „keep latest N“ count

Actions

  • mega_db_cleanup_before_delete – Fires before deletion
  • mega_db_cleanup_after_delete – Fires after deletion

Credits

Developed with ❤️ by MegaWix Technologies

  • Plugin Development: MegaWix Technologies
  • Testing & QA: MegaWix Technologies

Support

Need help? Have a question or feature request?

  • Website: https://www.megawix.com
  • Email: info@megawix.com

We are committed to providing reliable support and regular updates to ensure this plugin remains compatible with the latest WordPress versions.

Screenshots

  • Dashboard – Main cleanup panel
  • Empty Meta Preview table
  • ACF pattern manager
  • Cleanup settings and scheduler
  • Log viewer
  • Backup information panel

Installation

Automatic Installation

  1. Log in to WordPress Admin → Plugins → Add New
  2. Search for Mega Database Cleanup
  3. Click Install Now → Activate
  4. Navigate to Mega DB Cleanup in your WordPress sidebar

Manual Installation

  1. Download the plugin ZIP
  2. Go to Plugins → Add New → Upload Plugin
  3. Select the ZIP and install
  4. Click Activate Plugin

Initial Setup

  1. Open Mega DB Cleanup from your WordPress sidebar
  2. Enable ACF Cleanup (optional)
  3. Enable Preview Mode (recommended)
  4. Add patterns if needed
  5. Enable scheduled cleanup (optional)
  6. Save changes

You’re ready to analyze or clean your database!

FAQ

Does this delete important data?

No — the plugin only targets metadata that is clearly empty, unused, or orphaned.
If backup is enabled, you can restore deleted rows at any time.

Is there a preview mode?

Yes. Preview mode allows you to see exactly which meta rows are considered empty before removing anything.

Does this support ACF fields?

Yes! It includes a dedicated ACF cleanup engine that uses pattern rules to identify real orphan fields.

Can I add my own patterns?

Absolutely. You can add or remove SQL LIKE patterns directly from the admin panel.

Does it work on multisite?

Yes, it works on standard and multisite installations. Cleanup runs per site.

Will this improve my website speed?

Yes — removing thousands of empty meta rows reduces database size and speeds up queries.

What if I delete something by mistake?

If backups are enabled, deleted metadata is stored in a dedicated table so you can manually restore it via phpMyAdmin.

How safe is the scheduled cleanup?

Very safe — it follows the same rules as manual cleanup, including retention rules and backups.

Does the plugin collect any personal data?

Only if you choose to enter your email in the activation popup. That email is stored locally in your own WordPress database (wp_options table) and is never transmitted externally. You can skip this step entirely — it is 100% optional.

What is the deactivation feedback popup?

When you deactivate the plugin, an optional modal appears asking for a brief reason. All responses are stored locally in your wp_options table only. No data is sent to any remote server. You can skip it with one click.

Rezensionen

Für dieses Plugin gibt es keine Rezensionen.

Mitwirkende und Entwickler

„Mega Database Cleanup“ ist Open-Source-Software. Folgende Menschen haben an diesem Plugin mitgewirkt:

Mitwirkende
  • MegaWix Technologies

Übersetze „Mega Database Cleanup“ in deine Sprache.

Interessiert an der Entwicklung?

Durchstöbere den Code, sieh dir das SVN-Repository an oder abonniere das Entwicklungsprotokoll per RSS.

Änderungsprotokoll

1.1.1

  • Fixed: Critical PHP compatibility issue by replacing modern arrow functions with traditional anonymous functions, ensuring support for older server environments.
  • Fixed: Resolved a glitch that caused plugin deactivation during the update process due to script execution timeouts on some servers.
  • Improved: Better handling of plugin state during version transitions.

1.1.0

  • Added optional activation popup: subscribe to plugin update tips (email stored locally only)
  • Added deactivation feedback popup: 6 selectable reasons + custom text (stored locally only)
  • Plugin now appears as a top-level menu item in the WordPress sidebar
  • Quick-access link added to the WordPress admin bar (header)
  • All new features are fully WordPress.org compliant

1.0.0 – Initial Release

  • Empty meta scanner and preview mode
  • ACF orphan cleanup with pattern-based detection
  • Scheduled automatic cleanup (hourly/daily/weekly)
  • Backup table to store deleted meta rows
  • Retention rule: keep latest N entries per meta_key
  • One-click delete all empty metadata
  • Add/remove ACF patterns
  • Inline logs and real-time reports
  • Fully optimized SQL cleanup
  • Admin UI with jQuery enhancements

Meta

  • Version 1.1.1
  • Zuletzt aktualisiert vor 2 Wochen
  • Aktive Installationen weniger als 10
  • WordPress-Version 5.0 oder höher
  • Getestet bis 6.9.4
  • PHP-Version 7.4 oder höher
  • Sprache
    English (US)
  • Schlagwörter
    database cleanupoptimization
  • Erweiterte Ansicht

Bewertungen

Es wurden noch keine Rezensionen eingereicht.

Meine Rezension hinzufügen

Alle Rezensionen anzeigen

Mitwirkende

  • MegaWix Technologies

Support

Möchtest du etwas mitteilen? Brauchst du Unterstützung?

Support-Forum anzeigen

Spenden

Möchtest du die Weiterentwicklung dieses Plugins unterstützen?

Für dieses Plugin spenden

  • Über
  • News
  • Hosting (engl.)
  • Datenschutz
  • Showcase (engl.)
  • Themes
  • Plugins
  • Vorlagen
  • Learn
  • Support
  • Entwicklung (engl.)
  • WordPress.tv ↗
  • Mitwirken (engl.)
  • Veranstaltungen
  • Spenden (engl.) ↗
  • Five for the Future (engl.)
  • WordPress.com ↗
  • Matt (engl.) ↗
  • bbPress (engl.) ↗
  • BuddyPress (engl.) ↗
WordPress.org
WordPress.org

Deutsch

  • Das X-Konto (früher Twitter) von WordPress.org besuchen
  • Das Bluesky-Konto von WordPress.org besuchen
  • Das Mastodon-Konto von WordPress.org besuchen
  • Das Threads-Konto von WordPress.org besuchen
  • Die Facebook-Seite von WordPress.org besuchen
  • Das Instagram-Konto von WordPress.org besuchen
  • Das LinkedIn-Konto von WordPress.org besuchen
  • Das TikTok-Konto von WordPress.org besuchen
  • Den YouTube-Kanal von WordPress.org besuchen
  • Das Tumblr-Konto von WordPress.org besuchen
Code ist Poesie.
The WordPress® trademark is the intellectual property of the WordPress Foundation.