php-mpos/.gitignore
Sebastian Grewe e9311f08a5 Adding cache lifetime option to smarty config
* Renamed configuration array to `smarty` => `cache`
* Added `smarty` => `cache_lifetime` to expire cache files properly

This should be safe to use, be aware that each page request is cached!
That includes any POST/GET calls to the site.

It does help in speeding up the site, up to 100% on some requests. For a
high traffic site it probably makes sense to enable this option with a
low cache lifetime to ensure most recent data.

Addresses #309
2013-07-11 08:58:19 +02:00

5 lines
121 B
Plaintext

/public/include/config/global.inc.php
/public/templates/compile/*.php
/cronjobs/logs/*.txt
/public/templates/cache/*.php