Allow to reset the WP Rocket preloading table from the backend (truncate the table wpr_rocket_cache with a click of a button)
Is your feature request related to a problem? Please describe. The preloading table can contain URLs that do not exist anymore on the site. I doubt it is helpful if it repeatedly tries to preload URLs that do not exist.
For instance, if there are subscribers and the native WordPress Author archive was never disabled those URLs might go into the WP Rocket preloading table. When you later decide to disable the Author archive those will stay there. The author URLs do not exist anymore, they are not in the sitemap, even disabling/re-enabling the preloading feature will reset it.
Describe the solution you'd like A clear and concise description of what you want to happen. First, I would like to be able to reset the preloading table with a click of a button in the backen Second, ideally I could lists the URLs in the preloading table to estimate whether it's containing outdated URLs
Describe alternatives you've considered Truncating manually via phpmyadmin
Install cron manager related plugin and search for rocket_preload_clean_rows_time_event cron task, trigger immediately, it will remove all old/excluded pattern from preload table.
It scheduled every week. so probably they will not add this.
I see, that makes sense. All the testing happened within a few days I think. So I probably never got to that event being triggered