10up / wp-scrubber

BETA: This plugin provides a command-line interface for scrubbing sensitive user and comment data from a WordPress installation.
GNU General Public License v2.0
14 stars 3 forks source link

Scrubbing progress updates #12

Open johnwatkins0 opened 4 months ago

johnwatkins0 commented 4 months ago

Is your enhancement related to a problem? Please describe.

This is a suggestion. On a project with 10s of thousands of users, I have found the scrubbing process can take a very long time, in the hours. While this is not a problem in itself, as a user I would like to see some sort of progress indicator.

I suggest updating this line:

Scrubbing each user record...

to

Scrubbing each user record. This can take a long time for large databases.

And if possible, print the number of users who will be scrubbed, and maybe report progress every 1,000.

Designs

No response

Describe alternatives you've considered

No response

Code of Conduct