Wow I'm amazed by how fast this makes anonymous pages. My question ab authenticated users, is boost not able to cache anything once a user is logged in, or is there any kind of partial support?

Comments

mikeytown2’s picture

Status: Active » Closed (duplicate)

its an all or none for auth users as well... I'm going to mark this a dup of this issue
#289674: Supporting cached pages for authenticated users
in this issue is the code for turning on auth cache; but its not something I do, because boost was not designed to do this.

drupalninja99’s picture

k understood, are there any caching modules that can work alongside this one that handle authenticated traffic without messing up what boost does?

mikeytown2’s picture

full page caching not easily; but things like memcache, apc, ect... work great with boost. Look into cache router. Authcache works with boost as well.
Look into this
http://groups.drupal.org/node/21897