[TYPO3-dev] table cache_hash flooded

Elmar Hinz elmar.hinz at team.MINUS.red.DOT.net
Wed Apr 4 15:59:17 CEST 2007


Am Wed, 04 Apr 2007 15:14:22 +0200 schrieb Christian Welzel:

> Steffen Kamper wrote:
> 
>> quick (&dirty)-fix:
>> plugin.tx_cal_controller = USER_INT
> 
> I dont think, this is an option for my site.
> The calendar is on the start page and this always regenerating
> the calendar would kill the server...
> 
> Perhaps a daily cronjob, that removed the cached templates of cal
> would be better in my case.

There is an older TS setting clear_cache_at_midnight. Hmm, I fear it would
clear the whole index table.

This is a good example where timely limited extension/object caching would
be usefull. Something like:

lib.cal = USER(_INT)
lib.cal.cachingPeriod = 24 * 60 * 60

Regards

Elmar










More information about the TYPO3-dev mailing list