[TYPO3-dev] Don't waste time with cache while develop

Susanne Moog typo3 at susannemoog.de
Mon Aug 1 22:00:55 CEST 2011


Hey,

On 08/01/2011 09:43 PM, Steffen Kamper wrote:
> you may wonder why cerain things don't work as intended. This is often
> because things are more cached now.
> 
> Example: if you add a new language label in a locallang file, it doesn't
> appear. This is because language parsing is cached. You find it in
> typo3temp/llxml
> 
> You might clear this manually (just delete the dir) or add an item in
> clear cache menu by setting this in localconf.php:
> 
> $GLOBALS['TYPO3_CONF_VARS']['SYS']['lang']['cache']['clear_menu'] = TRUE;
> 
> Alos you may have autoload problems or others, try to delete this folder:
> 
> typo3temp/Cache

you can also disable caches by using the null backend as described here:
http://wiki.typo3.org/Caching_framework#How_to_disable_specific_caches

Have fun,

Susi


-- 
What's worth the price is always worth the fight
Every second counts 'cause there's no second try

TYPO3 Core Team Member




More information about the TYPO3-dev mailing list