edoalive
Forum Replies Created
-
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 settingAlways keep X post revisionsis disabled, in the Optimizations tab it shows1,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 therun all selected optimizationsbutton.
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_postswhere post_type=”revision” GROUP BY post_parent ORDER BYNUMDESCPlease 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