Cache Layout BUT NOT block in Layout in Fuel CMS 1.0

Is it possible cache a layout but not a block within a layout?

Cheers!

Comments

  • edited 5:59PM
    Not at the moment. If you use {fuel_block('my_block')}, within a layout field in the CMS, it does not get cached the same way and instead executes the fuel_block function during rendering which would escape the caching. Alternatively, you could choose to not cache the layout, but cache certain blocks including header and footers, excluding what you need.
  • edited 5:59PM
    Marvellous, thank you very much!
Sign In or Register to comment.