• Resolved admindev

    (@admindev)


    Hi there

    When have click on the favorite it does not work every morning and only loads when I click on the favorite icon here https://nimb.ws/5JDNCn

    When I purge Litespeed cache issue has been solved. So how can I automatically purge cache at a specific time from the server so this issue does not happen again.

    Please let me know. Thanks.

    • This topic was modified 2 years, 4 months ago by admindev.
    • This topic was modified 2 years, 4 months ago by admindev.

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

Viewing 1 replies (of 1 total)
  • Cache plugin does not have such function, but can easily be done with a single line of code.

    Create a blank PHP file, place it wherever you want. Copy the code below in this file and setup a cron with timings you need.

    <?php
    header("X-LiteSpeed-Purge:*");
    

    Code above clears all cache entries related to your host, including other web applications installed on this host. If you only want to purge the cache created by LSCWP you must tell it to modify the code. If you only want to purge the cache of listings this is also possible.

    HINT: For security reason access to this file should be restricted.

Viewing 1 replies (of 1 total)
  • The topic ‘How can I purge all litespeed-cache autometically at specific time’ is closed to new replies.