Hi all,
Sorry if there is an answer on my question on this site or forum - couldn't find it..
What exactly Cachable option does to my webpages? is it a good thing to use or not? Does it help to reduce the number of SQL queries?
Thanks
Cachable option in Edit Content section..
Re: Cachable option in Edit Content section..
Why search on the forum for those kind of answers when there's a User Handbook?
D
Regards,Cachable -- If you enable caching, the underlying template engine will keep a copy of your page around (on the server), so that it can render the page more quickly. If you disable caching, each request will cause the page to be assembled from its constituent parts (template, content, etc).
D

