Wordpress LScache Plugin: Purge cache for some pages
Last Updated on: Wed, 15 Apr 2026 00:00:02 Hello, I would only need to clear a few pages (about 10) from the cache when another plugin action (a plugin to manage the order of posts on my site) is performed. How can I do? Could I use the admin bar url purge this page ? Example: https://www.mysite.com/wp-admin/admin.php?LSCWP_CTRL=purge&LSCWP_NONCE=06535250bc&litespeed_type=purge_front Thank you Go to: https://www.mysite.com/wp-admin/admin.php?page=litespeed-toolbox At the bottom of this page there is a tab menu. Select url tab and enter URLs you want the cache to be purged. Thanks for your help. But how do I automate the purge cache for those pages, when a certain function of another plugin is performed? You can use scheduler: wp-admin/admin.php?page=litespeed-cache#purge > Scheduled Purge URLs Unfortunately I can set up a planned purge. Or I can set a purge all when hooks are run. I would like a purge this pages when this hook is run. I would like a purge this pages when this hook is run. No, such function doesnt exist and must be added to the plugin. Write a feature request. I wait for someone from official support to answer me here. They will tell me what to do. Thanks Hi, thanks @CacheCrawler you can hook this into your other plugins/functions. if (defined(LSCWP_V)) do_action(litespeed_purge_url, your_url_1) do_action(litespeed_purge_url, your_url_2) do_action(litespeed_purge_url, your_url_3) Best regards, I use it right away! Thanks.
LiteCache Rush: Speed comes from using less, not from doing it faster
Reference