How to enable cache?

Last modification: 2013-02-15 19:08:54

Just change these three variables values in settings/settings.ini.php to true.

  • 'templatecache' => true,
  • 'templatecompile' => true,
  • 'modulecompile' => true,

If you encounter any error let me know in github and set back these three variables to false.