To do full HTML caching, just put cacheHTML: true in your site config page. It should all work automatically. Just remember you can't have dynamic content if you do this. The entire page is fully cached!
To only cache the zones that don't change, put something like cacheZones: top,bottom,side in your site.config page. Note: you only do one or the other, not both. There's also a [(nocache)] function you can put in a zone or a page to make an exception for pages you don't want cached. You can also do &action=view (or any other action) to clear a cache, or submit a form. This allows must normal site activity to continue. I don't really use these much so I'm not sure they work exactly how we want. But they do make a tremendous boost in performance. Zone caching something like 10x, and page caching something like 100x when I stopwatched it. Let me know if there are ways we need to tweak the caching system. Cheers, Dan On Thu, Dec 10, 2009 at 9:01 PM, jacmgr <[email protected]> wrote: > I searched everywhere, but no luck. Is there a page with step by step > for using cache. I did find this thread > http://groups.google.com/group/boltwire/browse_thread/thread/83f0839f552f1846/6132265d5fa7aad2?hl=en&lnk=gst&q=cache#6132265d5fa7aad2 > But not much after that. Any suggested links or quick start help to > use cache. -- You received this message because you are subscribed to the Google Groups "BoltWire" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/boltwire?hl=en.
