[TYPO3-dev] Enable OpCache in Typo3 6.2

bernd wilke t3ng at bernd-wilke.net
Thu Jun 11 12:09:40 CEST 2015


Am 11.06.15 um 11:33 schrieb Florian Rival:
> 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,
>                      ),
>                  ),
>              ),
>          ),

this seams to be teh correct part of LocalConfiguration.php

but you never should alter that file by hand!
always use the INSTALL_TOOL to change values.
here:
INSTALL_TOOL -> 'Configuration Presets' -> 'Extbase object cache'

if available: prefer 'APC cache backend'

bernd
-- 
http://www.pi-phi.de/cheatsheet.html



More information about the TYPO3-dev mailing list