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

bgm’s picture

Title: Boost and Blocks » Boost and Blocks - views/core cache
Status: Active » Fixed

In 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? :-)

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.