WP Manifestindependent plugin directory
manifest / developer / wp-db-cleaner-test-data

DB Cleaner Test Data

Generates realistic test data in WordPress database for testing database cleaner plugins

by Development Team · github.com/outputlevel/wp-db-cleaner-test-data · website

0stars
0forks

Install

No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:

wp plugin install https://github.com/outputlevel/wp-db-cleaner-test-data/archive/refs/heads/main.zip

Readme

DB Cleaner Test Data Plugin

Generate realistic test data in your WordPress database for testing database cleaner plugins.

Quick Start

  1. Activate the plugin from WordPress admin
  2. Go to Dashboard → DB Test Data
  3. Select data types to generate
  4. Click Generate Test Data

What Gets Generated

  • wp_options (~100 orphaned plugin settings)
  • wp_postmeta (orphaned and unused post metadata)
  • wp_posts (draft, trash, revision posts)
  • wp_termmeta (orphaned term metadata)
  • Transients (expired and temporary caches)
  • Custom Table (plugin-specific data simulation)

Use Cases

  • Test database cleaner plugin detection accuracy
  • Validate cleanup operations without risking real data
  • Performance test database optimization
  • Simulate real-world database bloat scenarios

Documentation

See docs/Initial-prompt.md for comprehensive documentation.

⚠️ Development Only

Use only on development/test sites. Never use on production!

Version

1.0.0

Read the full README on GitHub →