• Resolved andronasis

    (@andronasis)


    Здравствуйте! У меня отключен крон на вордпрессе. Помогите настроить обновление кеша страниц без крона, чтобы кеш обновлялся раз в сутки сам. Если можно подробно на каких вкладках плагина, что где написать. У меня мало опыта по настройке такого плагина. За ответ буду признателен.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Support qtwrk

    (@qtwrk)

    Hi,

    the translation is not very clear.

    please explain what exactly is it you want to do ?

    Best regards,

    Thread Starter andronasis

    (@andronasis)

    I have disabled the cron task scheduler on wordpress – so the page cache is not updated for several days. How do I set up a forced update of the entire site cache at least once a day. Sincerely yours!

    Plugin Support qtwrk

    (@qtwrk)

    Hi,

    you mean you want to purge all caches once per day ? or you want to check if wordpress cron is working ?

    for cron case, it is better to use a system cron instead of wp-cron , more detail :

    https://encode.host/knowledgebase/154/How-to-replace-WordPress-cron-with-a-cron-job-in-cpanel.html

    for purge case one you can create a PHP file with code

    <php
    require( './wp-load.php' );
    do_action( 'litespeed_purge_all' );
    

    then access it by curl or wget, it will trigger the cache

    Best regards,

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Настроить обновление’ is closed to new replies.