• TesterGP

    (@testergp)


    Dear,

    I created a temporisation rule in the “Empty Cache” tab : delete cache every 2 hours when a page of site is visited.

    Strange enough, this created rule disappear after a couple of days, while I am the only administrator of the website and that I never deleted this rule.

    What could cause this rules to “disappear”?

Viewing 13 replies - 1 through 13 (of 13 total)
  • Plugin Author Emre Vona

    (@emrevona)

    It appears that another plugin may be updating the wp-cron rules. I recommend you to add a cronjob as below.

    https://www.wpfastestcache.com/features/clear-cache-via-url/

    Thread Starter TesterGP

    (@testergp)

    Hi Emre,

    Thanks for your quick response. Your solution works well!!

    Just wondering, before you answeres, I already added the following line of code to config.php

    define(“WPFC_DISABLE_HOOK_CLEAR_ALL_CACHE”, true);

    but it doesn’t change anything. Any idea why?

    Plugin Author Emre Vona

    (@emrevona)

    why did you add the line?

    Thread Starter TesterGP

    (@testergp)

    To avoid any other plugin to hook with WP Fastest cache (as mentioned previously, something is automatically disabling my temporistaion rule.

    In the meantime the cronjob is doing well, but the % of diskspace is still increasing (from 65% to 69%) while WP Fastest cache is the only cache I am using.

    Any idea what could cause this increase of disk space while nothing is added to it by human intervention?

    Plugin Author Emre Vona

    (@emrevona)

    To avoid any other plugin to hook with WP Fastest cache (as mentioned previously, something is automatically disabling my temporistaion rule.

    WPFC_DISABLE_HOOK_CLEAR_ALL_CACHE is another thing. it is not used for this issue.

    In the meantime the cronjob is doing well, but the % of diskspace is still increasing (from 65% to 69%) while WP Fastest cache is the only cache I am using.

    Any idea what could cause this increase of disk space while nothing is added to it by human intervention?

    When a page is cached, a static HTML file is generated and stored on the disk. However, We need to find out which folder’s storage space is increasing to know there is a problem or not.

    Thread Starter TesterGP

    (@testergp)

    “However, We need to find out which folder’s storage space is increasing to know there is a problem or not.”

    How can I do that? How to proceed?

    Plugin Author Emre Vona

    (@emrevona)

    We need to know which one is causing the problem. you should check the size of the folders.

    /wp-content/cache/all/
    /wp-content/cache/wpfc-minified/

    Thread Starter TesterGP

    (@testergp)

    /wp-content/cache/all/ : 202.760 Bytes

    /wp-content/cache/wpfc-minified/ : 0 Bytes

    /wp-content/cache/shield : 349.502 Bytes

    After emptying the cache using WP Fastest Cache, these figures doesn’t change. How can I fix this?

    Plugin Author Emre Vona

    (@emrevona)

    they are too small. are you sure that you checked them correctly?

    Thread Starter TesterGP

    (@testergp)

    Yes, I did.

    In the meantime I found out that I have an infinite loop going on somewhere and I believe it is the cause why the % of use of the disk is suddenly increasing. I am first going to try to solve that problem (I guess it will also solve this ticket).

    You can close this topic. Thanks a lot for your insight and help, it helped me to find out that I also had an infinite loop.

    Plugin Author Emre Vona

    (@emrevona)

    what kind of redirection? are you using a plugin for redirection?

    Thread Starter TesterGP

    (@testergp)

    I have a redirection plugin that is outdated, I have to check that my coded redirections are not triggered on the target url, I have to check all my loops.

    Plugin Author Emre Vona

    (@emrevona)

    ok please let me know.

Viewing 13 replies - 1 through 13 (of 13 total)
  • The topic ‘Settings in tab Empty Cache>temporisation get disabled on their own’ is closed to new replies.