[TYPO3] Disabling cache for specific content zone?
Ernesto Baschny [cron IT]
ernst at cron-it.de
Fri Jan 13 14:56:56 CET 2006
Philippe Gagnon schrieb am 13.01.2006 14:37:
> I'm wondering if it is possible to disable cache for a content zone
> only(CENTER,LEFT,BORDER..etc). We have a script in a border zone and
> we don't want it to get cached because the results changes depending
> on the FE user connected. No cache = 1 works, but it's not the best
> for performance.
As already mentioned, COA_INT, but if your script is an extension, you
should make it a PHP_SCRIPT_INT (or USER_INT), so that it will be called
each time, still allowing the rest of the page to be cached.
Cheers,
Ernesto
More information about the TYPO3-english
mailing list