StaticCache
Summary
Sets if static caching should be enabled or not.Usage
StaticCache=enabled|disabled
Description
Static caching means that some pages on your system will be stored and served completely in HTML with a huge speed improvement. You can only use static caching for pages that do not have any dynamic elements (e.g the pages are available to everyone and looks exactly the same to all users).
Static caching is configured in staticcache.ini.
Frederik HolljenĀ (04/05/2005 12:00 pm)
Frederik HolljenĀ (04/05/2005 12:05 pm)
Comments
Specification
Sunday 13 August 2006 4:47:21 pm
Marco
http://ez.no/download/ez_publish/...w_features/static_caching_of_content
Charset
Thursday 05 October 2006 12:09:23 pm
Kristof Coomans
Example for utf-8:
<Directory [EZROOTDIR]/static>
AddDefaultCharset utf-8
</Directory>
Maybe there are other ways to specify the charset.