On the site financialgod.com, I have a problem with WP Super Cache and cached pages: They do not get refreshed when comments are made. This seems to happen regardless of whether preloading is on or not. Only a known user sees the comments, as they are not served cached data.
When I look in the "cache" directory and observe the supercached file, I can see that it has not been updated. I am not getting a 404 error on wp_cron. In the debug logs I can see it tries to clear the supercache, but something about the path seems wrong -- the "http:/www.financialgod.com" should not be part of the file path:
13:43:12 /wordpress/wp-admin/admin-ajax.php wp_cache_post_id_gc post_id: 451 http://www.financialgod.com/harpers-plan-to-cut-canadas-old-age-security-oas-program/ clearing cache in /public_html/wordpress/wp-content/cache/supercache/www.financialgod.comhttp:/www.financialgod.com/harpers-plan-to-cut-canadas-old-age-security-oas-program/.
13:43:12 /wordpress/wp-admin/admin-ajax.php wp_cache_post_id_gc clearing cache in /public_html/wordpress/wp-content/cache/supercache/www.financialgod.comhttp:/www.financialgod.com/harpers-plan-to-cut-canadas-old-age-security-oas-program/page/.
Nothing actually gets cleared.
This path also seems wrong:
13:43:27 /wordpress/wp-admin/options-general.php?page=wpsupercache&tab=debug supercache dir: /public_html/wordpress/wp-content/cache/supercache/www.financialgod.com/wordpress/wp-admin/options-general.php/
13:43:27 /wordpress/wp-admin/options-general.php?page=wpsupercache&tab=debug No wp-cache file exists. Must generate a new one
I would really like my visitors to see the latest comments -- what can I do aside from disabling super cache?