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

Stefan Frömken firma at sfroemken.de
Tue Aug 2 09:23:30 CEST 2011


Good morning Susanne,

nice link. Thx. Any idea what is the name of the locallang cache?

Stfean

Am 01.08.2011 22:00, schrieb Susanne Moog:
> 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
>
>





More information about the TYPO3-dev mailing list