Hi.

I've found authcache works fast for me even on database (dont have permission to install apc)
But I started using block alter cache, while I found it's not safe for me to have some content per role cached (logged in user could seen for a while a content of another user before ajax worked).

Than I turned some pages off authcache and set block alter... however this slows down...

Now i wonder what about setting both block alter and auth cache ? Will this be content-safe ?

Cheers

Comments

Jonah Ellison’s picture

Yes, they should be safe together since Authcache works on the page level. Authcache caches the entire page, while block_alter deals with individual block caching (cache_page vs cache_block bin).

znerol’s picture

Issue summary: View changes
Status: Active » Closed (outdated)