• I added this code in wp-config.php and it seems to have no effect. Cache is still very slow. The cpu usage is also low.
    define(‘WPFC_PRELOAD_NUMBER’, 15);

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

    (@emrevona)

    I recommend you to remove the line and add a cronjob as below.
    https://www.wpfastestcache.com/features/manually-preload-with-cron-jobs/

    Thread Starter zla520

    (@zla520)

    It’s strange that these pages have already been deleted and do not exist, why does it still cache it? It keeps showing errors.

    ERROR https://babyamy.store/wine-sleder-1-bottle-min-1-png-2/ (desktop)
    ERROR https://babyamy.store/wine-sleder-1-bottle-min-1-png-2/ (desktop)
    ERROR https://babyamy.store/wine-sleder-1-bottle-min-1-png-2/ (desktop)
    ERROR https://babyamy.store/wine-sleder-1-bottle-min-1-png-2/ (desktop)
    ERROR https://babyamy.store/wine-sleder-1-bottle-min-1-png-2/ (desktop)
    ERROR https://babyamy.store/wine-sleder-1-bottle-min-1-png-2/ (desktop)
    ERROR https://babyamy.store/wine-sleder-1-bottle-min-1-png-2/ (desktop)
    ERROR https://babyamy.store/wine-sleder-1-bottle-min-1-png-2/ (desktop)
    ERROR https://babyamy.store/wine-sleder-1-bottle-min-1-png-2/ (desktop)
    ERROR https://babyamy.store/wine-sleder-1-bottle-min-1-png-2/ (desktop)
    ERROR https://babyamy.store/wine-sleder-1-bottle-min-1-png-2/ (desktop)
    ERROR https://babyamy.store/wine-sleder-1-bottle-min-1-png-2/ (desktop)
    
    12 page have been cached
    
    homepage: 0/1
    customposttypes: 0/19653
    post: 0/0
    attachment: 12918/104321
    page: 0/401
    category: 0/9
    tag: 0/16
    customTaxonomies: 0/2710
    • This reply was modified 2 years, 9 months ago by Jan Dembowski.
    Thread Starter zla520

    (@zla520)

    Plugin Author Emre Vona

    (@emrevona)

    you should contact your hosting provider.

    Thread Starter zla520

    (@zla520)

    Just visit this page and it will preload manually? your-site.com/?action=wpfastestcache&type=preload
    If I stop visiting this page, will auto-preload still work?

    Plugin Author Emre Vona

    (@emrevona)

    no. you should add a cronjob. if you do not what cronjob is, you should contact your hosting provider.

    Thread Starter zla520

    (@zla520)

    Is this a shell script?
    wget -O – “https://www.YOUR-URL.com/?action=wpfastestcache&type=preload” >/dev/null 2>&1

    Plugin Author Emre Vona

    (@emrevona)

    I am not a hosting consult. I help you about only wp fastest cache.

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Increasing the number of caches per minute has no effect.’ is closed to new replies.