[TYPO3] [Search Engine] Is there any with no cache functionality ?
Dmitry Dulepov
9f4eetb02 at sneakemail.com
Thu Mar 29 14:59:01 CEST 2007
Sylvain Gourvil wrote:
> Just a few thing I have seen and use :
> If i use this :
> $GLOBALS["TSFE"]->set_no_cache();
> in my main method of my extension, did only the extension been non cached ?
No! This prevents caching for the whole page, thus killing performance
of your web server. Not just lowering it but killing. Never ever use
such function!
If you really want to make extension non-cached, make it USER_INT in
your TS setup.
--
Dmitry Dulepov
Web: http://typo3bloke.net/
Skype: callto:liels_bugs
"It is our choices, that show what we truly are,
far more than our abilities." (A.P.W.B.D.)
More information about the TYPO3-english
mailing list