• Resolved lavello

    (@lavello)


    Hi. Is there a way to purge the whole cache for the whole multisite network in one go? I haven’t found a way to do it and I need to manually purge 15 sites every time I update something important.

    • This topic was modified 4 years, 6 months ago by lavello.
Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support qtwrk

    (@qtwrk)

    Hi,

    You can go to Toolbox —> Empty Entire Cache.

    second solution , create a PHP file with code

    <?php
    header('x-litespeed-purge: *');

    access it will result purge all as well.

    third way is to remove the cache dir directly.

    assuming you are using cPanel , then remove all contents inside of /home/USER/lscache/ will result as purge all.

    Best regards,

    Ced

    (@cedriccharles)

    Hello there ??

    Do you think it’s possible to put a button in the top adminbar that have the same result (or add an item under the LiteSpeed icon already there)?

    My client only have access to the main site admin (not to the subsites, not to the network admin) and he needs to purge all sites cache at once.

    Thank you in advance,
    Cedric

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Purging all cache for whole multisite network’ is closed to new replies.