hi folks! i add a css cache. Instead write new code i have reused aiki->output->cache_file method, with some modifications.
Details: - the html cache is controlled by two $config key: html_cache (directory where cache files will be stored) and html_cache_timeout (optional, default: 5000ms). - the css cache is controlled by two $config key: css_cache and css_cache_timeout (optional, default: 5000ms). Changes: - in your config files rename $config["cache_timeout"]=... $config["html_cache_timeout]. If you don't make this, aiki will works, with a cache_timeout of 5000ms.
_______________________________________________ Mailing list: https://launchpad.net/~aikiframework-devel Post to : [email protected] Unsubscribe : https://launchpad.net/~aikiframework-devel More help : https://help.launchpad.net/ListHelp

