[TYPO3-mvc] debug query

Philipp Gampe philipp.gampe at typo3.org
Mon Oct 15 18:43:04 CEST 2012


Hi Stefano,

Stefano Cecere wrote:

> yes i would really like to bypass objects caches.. sometimes..

Just two lines in AdditionalConfiguration.php (localconf.php in current 
TYPO3 CMS versions):

$GLOBALS['TYPO3_CONF_VARS']['SYS']['caching']['cacheConfigurations']
['extbase_reflection']['backend'] = 't3lib_cache_backend_NullBackend';
$GLOBALS['TYPO3_CONF_VARS']['SYS']['caching']['cacheConfigurations']
['extbase_object']['backend'] = 't3lib_cache_backend_NullBackend';


@see 
http://wiki.typo3.org/Caching_Framework#How_to_disable_specific_caches
http://www.alexanderschnitzler.de/2012/01/disable-extbase-reflection-cache-
during-development-typo3-4-6/

Best regards
-- 
Philipp Gampe – PGP-Key 0AD96065 – TYPO3 UG Bonn/Köln
Documentation – linkvalidator
TYPO3 .... inspiring people to share!



More information about the TYPO3-project-typo3v4mvc mailing list