[TYPO3-dev] Enable OpCache in Typo3 6.2

Florian Rival contact at oktopuce.fr
Thu Jun 11 11:33:50 CEST 2015


Hi all,

Is there something specific to do in order to enable OpCache with Typo3  ?

Is this LocalConf ok ?

     'SYS' => array(
         'caching' => array(
             'cacheConfigurations' => array(
                 'extbase_object' => array(
                     'backend' => 
'TYPO3\\CMS\\Core\\Cache\\Backend\\Typo3DatabaseBackend',
                     'frontend' => 
'TYPO3\\CMS\\Core\\Cache\\Frontend\\VariableFrontend',
                     'groups' => array(
                         'system',
                     ),
                     'options' => array(
                         'defaultLifetime' => 0,
                     ),
                 ),
             ),
         ),

Thanks,
Florian



More information about the TYPO3-dev mailing list