Can you tell me if this works with authcache or is it a replacement for it?
I think esi replaces the personalized aspects of a page that autcache can then cache for an authenticated user.
is this assumption correct?
thanks!
Can you tell me if this works with authcache or is it a replacement for it?
I think esi replaces the personalized aspects of a page that autcache can then cache for an authenticated user.
is this assumption correct?
thanks!
Comments
Comment #1
socialnicheguru commentedadding tags
Comment #2
igor.ro commentedyou are right
Comment #3
socialnicheguru commenteddo i use either esi or authcache?
does it make sense to use both?
Comment #4
socialnicheguru commenteddo i use either esi or authcache?
does it make sense to use both?
Comment #5
igor.ro commentedthere is no sense to use both.
ESI is more complex way, because you have to install varnish as reverse proxy, config VCL.
But Varnish is better for highload.
Authcache easy to config and debug side-effects.
Comment #6
shyamala commented@SocialNicheGuru, did you get an answer for
I have the same question...
Comment #7
igor.ro commentedhttp://drupal.org/node/1939742#comment-7250734
yes it is
Comment #8
shyamala commentedDo you mean that authcache works with ESI module? Our requirement is configure varnish for authenticated user and then use ESI, any recommended steps?
Comment #9
igor.ro commentedno. ESI + varnish is other way to have the same functionality that authcache provide.
Comment #10
igor.ro commentedOur requirement is configure varnish for authenticated user and then use ESI, any recommended steps?
ESI module does not provide varnish config. If you use Drupal 6 you can check easy authcache 2.x-dev module that can generate varnish config.
Comment #11
socialnicheguru commentedI want to also cache authenticated user data
I can use ESI and just setup varnish
do I need the varnish module (http://drupal.org/project/varnish)?
Comment #12
igor.ro commentedCheck dependences. I think no
Comment #13
manarth commentedYou don't need the varnish module…but if you're running a high-traffic site, the varnish module can help by sending 'clear cache' instructions to varnish when content changes. The expire module can also help, by improving the granularity of the 'clear cache' instructions, for example, so that it clears the cache of just a specific node page.