• Hello Ramon,
    I’ve got your plugin working, logs shows all the pages crawled by it but they’re not cached.
    Cron is set up with following command:
    —-
    wget -q -O /dev/null “https://mysite.com/?warm_cache=mycode” >/dev/null 2>&1
    —-
    I have all pages listed in logs but when I manually visit this pages the speed is as about 5-6 sec. After that check I visit the same page in other browser in private mode and it loads very fast, so it is being cached by my visit not cron job.
    Do you have any thoughts on that?
    Kind regards
    Max

Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Author ramon fincken

    (@ramon-fincken)

    what does your webhosts access log say when the cron is running?

    Thread Starter whateverbrother

    (@whateverbrother)

    This is a part of Apache log:
    —-
    &type=log
    —-
    46.245.x.x- – [24/Mar/2020:15:44:04 +0100] “POST /wp-cron.php?doing_wp_cron=1585061044.8216030597686767578125 HTTP/1.1” 200 582 “https://mysite.com/wp-cron.php?doing_wp_cron=1585061044.8216030597686767578125” “WordPress/5.3.2; https://mysite.com” PL –
    46.245.x.x – – [24/Mar/2020:15:44:03 +0100] “GET /produkt/blyszczacy-ogon-syrenki-9/ HTTP/1.1” 200 26839 “https://mysite.com/produkt/blyszczacy-ogon-syrenki-9/” “WordPress/5.3.2; https://mysite.com” PL –
    46.245.x.x – – [24/Mar/2020:15:44:08 +0100] “GET /produkt/blyszczacy-ogon-syrenki-10/ HTTP/1.1” 200 26766 “https://mysite.com/produkt/blyszczacy-ogon-syrenki-10/” “WordPress/5.3.2; https://mysite.com” PL –
    —-
    And &type=error
    —-
    2020-03-24 15:44:04.506147 [INFO] [160388] [46.245.x.x:42724#APVH_www.mysite.com:443] Abort request processing by PID:306247, kill: 0, begin time: 6, sent time: 6, req processed: 0
    2020-03-24 15:44:10.602131 [INFO] [160388] [46.245.x.x:42892#APVH_www.mysite.com:443] Abort request processing by PID:306612, kill: 0, begin time: 7, sent time: 7, req processed: 0
    2020-03-24 15:44:19.227379 [INFO] [160388] [46.245.x.x:43148#APVH_www.mysite.com:443] Abort request processing by PID:307178, kill: 0, begin time: 6, sent time: 6, req processed: 0
    2020-03-24 15:44:24.078870 [INFO] [160388] [46.245.x.x:43406#APVH_www.mysite.com:443] Abort request processing by PID:307413, kill: 0, begin time: 6, sent time: 6, req processed: 0
    —-
    What do you think?
    Max

    Plugin Author ramon fincken

    (@ramon-fincken)

    a quick look tells that they are crawled but not stored as statistic

    Thread Starter whateverbrother

    (@whateverbrother)

    Yes indeed Ramon, but that’s exactly my problem not solution :D.

    Plugin Author ramon fincken

    (@ramon-fincken)

    did you try the flush option in my plugin to the other setting?

    Thread Starter whateverbrother

    (@whateverbrother)

    I did but I’ll try again.

    Thread Starter whateverbrother

    (@whateverbrother)

    Ok it seems to be working like a charm now!
    All pages load in a blink.
    Thank you very, very much Ramon.
    Max

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Pages crawled but not cached’ is closed to new replies.