douw0119
Forum Replies Created
-
Forum: Plugins
In reply to: [W3 Total Cache] PRIME SITEMAP NOT PARSINGJust to report my final finding.
AIOSEO produces an incompatible sitemap with loads of
[CDATA]
tags all over the show, which W3TC doesn’t strip out.I reverted back to XML Sitemap Generator for Google, now it primes properly.
BTW, I had to restart httpd to get the new sitemap loaded.
Regards.
Douw.
Forum: Plugins
In reply to: [W3 Total Cache] PRIME SITEMAP NOT PARSINGMight be that I’m too impatient in expecting them to be there in 30min or so. I’ll flush the cache and check again, employing more patience.
I think that was it. I have it caching 10 pages every 10 min, and it seems be bo doing it’s thing. I had the setting at 100 pages every 15 min, maybe that’s too many pages at once.
From other posts here I assumed that all the pages it primes will be echoed to the console.
Obviously I was wrong on this one.
Forum: Plugins
In reply to: [W3 Total Cache] PRIME SITEMAP NOT PARSINGSo the message says that the priming was succesfull.
From other posts here I assumed that all the pages it primes will be echoed to the console. Please correct me if I’m wrong. As mentioned in the origional post, the ‘root’ sitemap consists 6 more sub-sitemaps which don’t seem to be parsed.
Can you please share where do you see that the parsing was not completed?
Only pages manually visited show op in
./wp-content/cache/page_enhanced/www.aquaperm.co.za
.Might be that I’m too impatient in expecting them to be there in 30min or so. I’ll flush the cache and check again, employing more patience.
Forum: Plugins
In reply to: [W3 Total Cache] PRIME SITEMAP NOT PARSINGI investigated a little further into the source code. Inside
PgCache_Plugin_Admin.php
in function
parse_sitemap
,the line
$urls = array_merge( $urls, $this->parse_sitemap( $loc ) );
returns empty arrays.