• I just installed Warm Cache on our site for use with WP Super Cache. I got my sitemap loaded into the plugin ok and a cron job setup with the correct URL. I can see that my cache is being loaded with the right pages but I don’t get any status indications that the plugin is running. If I run the load URL manually from my browser at reasonable intervals, the results look OK. I get the following lines in my admin status area –

    Ok, we have detected your sitemap url but it has not been visited by the plugin’s crawler.

    Also, I have tried changing the number of posted processed on each run with the following line in wp-config.php and it seems to have no effect (just processes 20 pages each time) –

    define(‘MP_WARM_CACHE_FILTER_LIMIT’, 25);

    My site URL is https://www.n1fd.org/

    My cron is setup to run the plugin’s cache load URL every 10 minutes. Can you please help me to sort this out? I really like the plugin!

    • This topic was modified 8 years, 9 months ago by n1fdadmin.
Viewing 6 replies - 1 through 6 (of 6 total)
  • Thread Starter n1fdadmin

    (@n1fdadmin)

    WIth debugging on, I see the following messages related to Warm Cache in the log –

    Notice: Undefined index: sm_b_location_mode
    wp-content/plugins/warm-cache/warm-cache.php 349

    Notice: Undefined index: sm_b_filename
    wp-content/plugins/warm-cache/warm-cache.php 351

    Notice: Undefined variable: newtime
    wp-content/plugins/warm-cache/warm_cache_crawl.php 73

    Thread Starter n1fdadmin

    (@n1fdadmin)

    The situation with Warm Cache is growing worse here. Now the plugin is stuck at the starting page number each time the cron runs the refresh URL..

    Plugin Author ramon fincken

    (@ramon-fincken)

    So .. to sum up .. what is your main question and what is your crawl URL ?

    Thread Starter n1fdadmin

    (@n1fdadmin)

    I have three problems (in order of importance to our application):

    1. Warm Cache seems to get stuck at the same starting number with a result that no pages are load (if it’s at the end when stuck) or the same pages are loaded each time

    2. Warm Cache does not show any status in the admin even though it appears to be running.

    3. Setting define(‘MP_WARM_CACHE_FILTER_LIMIT’, 30); in wp-config.php does not seem to have any effect.

    If we could solve the first two, I’d probably be OK.

    Plugin Author ramon fincken

    (@ramon-fincken)

    please twitter PM me your XML sitemap url and your unique crawl url

    Thread Starter n1fdadmin

    (@n1fdadmin)

    Here is some additional information from my PHP logs –

    Notice: Undefined index: sm_b_location_mode
    wp-content/plugins/warm-cache/warm-cache.php 349

    Notice: Undefined index: sm_b_filename
    wp-content/plugins/warm-cache/warm-cache.php 351

    Notice: Undefined variable: newtime
    wp-content/plugins/warm-cache/warm_cache_crawl.php 73

Viewing 6 replies - 1 through 6 (of 6 total)

The topic ‘Plugin is working but no stats’ is closed to new replies.