Domain Mapping page cache flush, developer question
-
Hello,
Could you (the w3tc developer) please check out function wap_w3tc_flush_page_mapped() in the url below?
https://plugins.trac.www.ads-software.com/browser/w3tc-auto-pilot/trunk/w3tc-auto-pilot.php
The problem is that the URL isn’t flushed properly. I’ve tried, really. But I just can’t seem to get it working.
All the code is rock solid (tested) until I try to pass it through w3tc.
There’s also no documentation on how W3TC handles the URL other than one support note “fully qualified domain”. That, unfortunately doesn’t work.
There’s also no documentation on how the cache is stored, so I had to revert to Disk Enhanced from Memcached. What I got from that is that the cache is stored as a html page hierarchy with a random key.
What I got from reading through the millions of characters in the w3tc plugin is that the cache is stored with a key (duh), the content, location and blog_id. This method is used almost on everything except for the object cache.
What the plugin (if the function’s called upon) does it invalidate the cache.
Yet it doesn’t get deleted and rebuilt when the page is visited.More on this in the linked plugin trac page above.
If someone with the knowledge could explain what I got wrong, please do.
Either way, thanks for looking into this ??
- The topic ‘Domain Mapping page cache flush, developer question’ is closed to new replies.