Serious performance issue when clearing cache manually on big sites
-
Hi,
I have a big woocommerce site and I’m having problems when clearing cache manually.
Method WpFastestCache::rm_folder_recursively is being called in foreground process so users are suffering very important performance losses and timeouts if there are many files and folders to delete.
Each request which enters while cache is not cleared completely is contributing to the cache clearing process until the request gives a timeout error.
It would be nice if clearing process got enqueued on cron or called asynchronously from the browser of the user who triggered the proccess.
Thanks!
Viewing 7 replies - 1 through 7 (of 7 total)
Viewing 7 replies - 1 through 7 (of 7 total)
- The topic ‘Serious performance issue when clearing cache manually on big sites’ is closed to new replies.