• Resolved gandalf16

    (@gandalf16)


    Hello i couldn’t find any option like purge cache every hour or twice an hour. There is only a specific time and that’s not enough becasue i use autoptimize and litespeed cache at the same time. And there is this problem.

    When the cache gets bigger my menu icon disappears on mobile. When i purge the cache it comes again.

    Can you please help?

    Thanks.

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Support qtwrk

    (@qtwrk)

    Hi,

    Because if you purge that frequently , it pretty much defeats the purpose for having cache.

    If you indeed deem it necessary to purge it every hour or so , you can try

    1. create a cron job to remove the cache dir , e.g. in cPanel

    rm -rf /home/YOUR_USERNAME/lscache/

    2. use cron to trigger the php script with code like this :

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

    both way , it will purge all.

    When the cache gets bigger my menu icon disappears on mobile. When i purge the cache it comes again.

    could you please provide a screenshot of how the menu icon loads and how it disappears ?

    and when it disappears , please check with browser’s dev tool , see if there is any error of any kind.

    Best regards,

Viewing 1 replies (of 1 total)
  • The topic ‘Why there isn’t a automatic purge option (like purge cache every hour)?’ is closed to new replies.