This object is in archive! 

How to activate supercache

Archived Alexander Kludt 12 years ago

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?

Best Answer
photo

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.

Replies (3)

photo
1

Sorry, did not know the config file was changed - found the setting now.

photo
1

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.

photo
1

You are welcome!

Replies have been locked on this page!