[TYPO3] User Condition - Corresponding function executed twice ??

Dmitry Dulepov dmitry at typo3.org
Tue Feb 13 12:21:39 CET 2007


Hi!

<Not an answer to questions but some comments...>

C.DeSousa wrote:
> My guess is this maybe a caching issue, that's why I tried to turn
> caching off in every place I could think of - but the function still
> gets cached as I can see the function inside the
> temp_cached...ext_localconf file.

Basically, you killed performance of your typo3 installation with this. 
You will experience high load when real visitors start coming to your 
site. Turning cache off is the worst thing that you can do.

> So, my question is
> a) why does the function get called twice ?

I think because this is how typo3 works. There is no place where it is 
said that it will be called only once. So no specification is violated 
with second call.

> b) why does the chaching still happen ?

Page caching has nothing to do with caching of ext_localconf.php. You 
turned off page caching but you cannot turn of caching of ext_localconf.php.

-- 
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