Hi,

I've posted a similar question to this on the Cache Router project but that's possibly too restrictive so I thought I'd ask a larger audience...

I'm looking at caching strategies for a new site. The two front runners seem to be memcache and Boost, as far as I can tell though using either approach will stop stats (like page views) for anonymous users being recorded. We have a number of Views that use the "page views" statistic as a sorting criteria and this won't be feasible with memcache or Boost.

Can anyone outline how they've implemented memcache/boost/other caching and maintained stats for anonymous users? I've read about using google analytics or apache access log files but both these approaches are just an additional headache I don't need!

Thanks,

Comments

dcoday’s picture

We implemented boost on our site this week the read counts we used to have are no longer accurate, so we had to turn off the quick stats module. How can we get the same function with Boost?