Closed (fixed)
Project:
Boost
Version:
6.x-1.15
Component:
Core compatibility
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
27 Jul 2010 at 07:17 UTC
Updated:
13 Mar 2012 at 03:10 UTC
In Views there are options to turn on block caching. Should this feature be turned on when Boost is enabled? Should it be set to Global caching, or some other setting?
Comments
Comment #1
bgm commentedIn general it is recommended to keep the views/core cache off, when running boost.
Views cache may help in some situations if you have logged in users. (since boost does not work for non-anonymous users)
Core cache will likely cause weird things with Boost. I'm not very sure for D6, but in D7, if the core cache is generated before boost, boost will not generate its cache and the page will be served from the core cache until it expires. (because a hit on the core-cache will bypass the process to generate the boost cache)
(I know I'm posting on ~ 18 month old support request, but better late than never? :-)