This object is in archive! 
How to activate supercache
I just found this in the index.php file:
/* SuperCache */ if (isset($config->supercache_enabled) && $config->supercache_enabled) { require 'SuperCache.php'; SuperCache::getInstance()->setBaseUrl($baseUrl)->run(); }
How can we use this feature on our installations? Is it already activated when updating from 1.0?
Alexander,
You can switch on SuperCache to cache the whole home page in application.inc file in relative setting.
Yes it's already activated in 1.1, but default setting is set to false.
Alexander,
You can switch on SuperCache to cache the whole home page in application.inc file in relative setting.
Yes it's already activated in 1.1, but default setting is set to false.
Sorry, did not know the config file was changed - found the setting now.
Sorry, did not know the config file was changed - found the setting now.
Alexander,
You can switch on SuperCache to cache the whole home page in application.inc file in relative setting.
Yes it's already activated in 1.1, but default setting is set to false.
Alexander,
You can switch on SuperCache to cache the whole home page in application.inc file in relative setting.
Yes it's already activated in 1.1, but default setting is set to false.
You are welcome!
You are welcome!
Replies have been locked on this page!