hi, I'm not too familiar with caching systems--

Does this module provide caching for authenticated users in similar vain that Boost provides for anonymous users?
Is this a stand-alone module or does it require Authcache to have any effects?

At the moment I'm having trouble with Authcache(html is not the same for both anon and registered) which is why I'm looking at Ajaxify.

Comments

mikeytown2’s picture

I'm using it with boost right now with these 2 patches applied
#802698: noscript fallback
#802660: Default to "Ajax replace only the listed blocks" on install

csevb10’s picture

I've mostly been using this with boost thus far as well, so I can vouch that it works for boost more than anything else. In and of itself, it's not going to do caching of any sort, so without authcache, boost, or something similar, you won't see a lot of benefit.

I'd be interested in what you decide, and if there is anything this module can do to be of use in the problems you're having with authcache as well.

userok’s picture

thanks,

The problem for me is that I'm using Ctools and vote up down, which is a vital part of my site--I don't think authcache/ajaxify can get around it.