[TYPO3-dev] Calling an extension without caching

Elmar HInz elmar.hinz at team.MINUS.red.DOT.net
Fri Mar 23 09:58:24 CET 2007


Am Fri, 23 Mar 2007 09:45:19 +0100 schrieb Georg Ringer:

> Hello,
> thx, I'll try.
> 
> Elmar HInz wrote:
>> One interesting question remains for me: What happens if the calling
>> extension is a USER_INT itself?
> 
> I had no problems with ve_guestbook which is a USER_INT but with tt_news 
> which is a USER and the problems go away if i use the no_cache=1 in the url
> 
> georg

That is logically. You don't make use of a child USER_INT. So with
ve_guestbook or no_cache your code is executed every time. With tt_news it
is run one time and then cached with the tt_news plugin. 

So if you include a watch, the watch will always show the moment of the
first call of the tt_news USER object (for the given set of parameters).

Elmar







More information about the TYPO3-dev mailing list