[TYPO3-core] RFC: #0011505: TYPO3 4.3 is slower than 4.2.8 -> re-implement native db caching

Rupert Germann rupi at gmx.li
Fri Sep 18 15:08:20 CEST 2009


Xavier Perseguers schrieb:
> Really great! But still, I would have loved having extbase in sync 
> because I cannot access BE anymore:

for the time beeing, please go to the install tool and set 
"useCachingFramework" = 1

or add it directly to your localconf.php

in an upcoming version of extbase the CF will be enabled automatically

greets
rupert


> Fatal error: Call to a member function create() on a non-object in 
> /path/to/typo3conf/temp_CACHED_ps02e3_ext_tables.php on line 917
> 
> ###########################
> ## EXTENSION: extbase
> ## FILE:      /path/to/typo3conf/ext/extbase/ext_tables.php
> ###########################
> 
> $_EXTKEY = 'extbase';
> $_EXTCONF = $TYPO3_CONF_VARS['EXT']['extConf'][$_EXTKEY];
> 
> 
> if (!defined ('TYPO3_MODE')) die ('Access denied.');
> 
> 
> if (TYPO3_MODE == 'BE') {
>         // register the cache in BE so it will be cleared with "clear 
> all caches"
>         try {
> ======>         $GLOBALS['typo3CacheFactory']->create(
>                         'tx_extbase_cache_reflection',
>                         't3lib_cache_frontend_VariableFrontend',
>                         
> $GLOBALS['TYPO3_CONF_VARS']['SYS']['caching']['cacheConfigurations']['cache_extbase_reflection']['backend'], 
> 
>                         
> $GLOBALS['TYPO3_CONF_VARS']['SYS']['caching']['cacheConfigurations']['cache_extbase_reflection']['options'] 
> 
>                 );
>         } catch(t3lib_cache_exception_NoSuchCache $exception) {
> 
>         }
> 
> 
> 
> 


More information about the TYPO3-team-core mailing list