Works well, in site.config I put
cacheHTML: true
and all pages are cached; site is significantly faster.  I like it.

I also found that I could set expiration time for cache files using
cacheLimit in the site.config, so setting:
cacheLimit: 600

This seems to mean if the cached file is older than 600 minutes, re-
cache the page.

That works well for what I am doing.  Some of my pages do get data
from other sites using rss or custom functions, so this make sure
those external sites only gets queried maximum once in 10 hours.

--

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.


Reply via email to