Forum Replies Created

Viewing 1 replies (of 1 total)
  • Hello,
    I stumbled on the same problem, but unlike @mcolorswporg, I did not try to delete all revisions.
    What I see is that if the setting Always keep X post revisions is disabled, in the Optimizations tab it shows 1,312 post revisions in your database. If I enable for example to keep 5 post revisions, that number changes to 987 so it seems to correctly count them. But when I click run optimizations, it only deletes just a small bunch (less than 10, most times 0) of revisions. This happens whether I click the button in the single row or the check then the run all selected optimizations button.
    I also checked the database for the number of revisions, and many posts have more than hundreds of revisions after the run so nothing changes. This is the query I used to check:

    SELECT COUNT(ID) as NUM, post_parent, post_type FROM wp_posts where post_type=”revision” GROUP BY post_parent ORDER BY NUM DESC

    Please take a look at this behavior because I specifically choose this plugin for the ability to keep a number of revisions. And this seems to be the only plugin to offer that. If only it worked.

    • This reply was modified 5 years, 1 month ago by edoalive. Reason: Added query
Viewing 1 replies (of 1 total)