Revision Reaper by Christopher Ross
WordPress database cleanup and optimization: safely remove post revisions, trash, spam comments, and transients with ROI reporting.
by Christopher Ross · github.com/thisismyurl/thisismyurl-revision-reaper · website
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/thisismyurl/thisismyurl-revision-reaper/archive/refs/heads/main.zipReadme
Revision Reaper
Removes old post revisions, trashed items, spam comments, and stale transients from your WordPress database on a schedule you set.
What it does
- Removes old post revisions past a keep count you choose
- Empties trashed posts and pages on schedule
- Clears spam and unapproved comments
- Deletes expired transients from the options table
- Runs on WP-Cron at an interval you configure
- Shows a dry-run preview so you can see what would go before anything is deleted
- Reports how much the database shrank after a cleanup
Requirements
- WordPress 6.4 or later
- PHP 8.1 or later
Installation
- Upload the plugin to
/wp-content/plugins/thisismyurl-revision-reaper/. - Activate it from the WordPress Plugins screen.
- Open Tools > Revision Reaper.
- Set your cleanup thresholds and schedule.
- Run a dry-run preview first, then turn on the scheduled cleanup.
What it won't touch
Revision Reaper only deletes data WordPress already treats as redundant or temporary:
- Post revisions beyond the keep count you set
- Items already sitting in the Trash, which a user flagged for deletion
- Spam and unapproved comments
- Expired transients
Published content, media, and user data are never removed.
Versioning
Versions follow X.Yjjj.hhmm — year, Julian day, 24-hour time of the build.
About
Revision Reaper is built and maintained by Christopher Ross. I build focused WordPress tools for problems that keep showing up across real sites. No tracking, no ads, no upsells.
WordPress.org: profiles.wordpress.org/thisismyurl · GitHub: github.com/thisismyurl · LinkedIn: linkedin.com/in/thisismyurl
License
GPL-2.0-or-later. See LICENSE.
Read the full README on GitHub →
Releases
| Tag | Published |
|---|---|
| 1.6164.1421 | Jun 13, 2026 |
| 1.6158.1440 | Jun 7, 2026 |
| 1.6149.0734 | May 29, 2026 |
| 1.6148.2110 | May 29, 2026 |
| v1.6147 | May 27, 2026 |
| v1.6143 | May 23, 2026 |
| v0.6112 | Apr 22, 2026 |
These releases are tags only. The author does not attach a packaged zip, so there are no download counts to report.