[Plugin: W3 Total Cache] Pages and memcached not seeming to work
-
I’m trying to get W3 to work in an IIS environment and so far things are pretty good. One problem, though, is that I cannot get the pages to cache using memcached. DB queries work fine.
I’ve tried turning off gzip/deflate for pages, but they still don’t work. What happens is as soon as I turn on Pages=memcached, the first request for the page from the memcached server returns “END” but then it turns around and sends that as the content for the page. It never sends (sets) the keyed data properly to memcached.
It’s like the caching engine doesn’t realize that there is no memcached data for the page key it is requesting. I’ve sniffed the conversation between memcached and the IIS server … it looks like this (+ = commands sent to memcached):
(first a quick test is run) +set test_a28e075766287f2147e3876937517483 0 60 37 +test_a28e075766287f2147e3876937517483 STORED +get test_a28e075766287f2147e3876937517483 VALUE test_a28e075766287f2147e3876937517483 0 37 test_a28e075766287f2147e3876937517483 END (then real page requests) +get w3tc_ccb06f5646823b1934928c02bf2fd1fe_page_641c51297da6ce49f34910c2c6d0fbf0 END +get w3tc_ccb06f5646823b1934928c02bf2fd1fe_page_87407f7b5385cb83b3070a04b6a4f634 END
Note that there never is a “set” command issued for any pages.
- The topic ‘[Plugin: W3 Total Cache] Pages and memcached not seeming to work’ is closed to new replies.