[TYPO3-dev] Tangled-up user authentication
Krystian Szymukowicz
t33k.RE.MO.VE at RE.MO.VE.prolabium.com
Mon Apr 20 14:09:54 CEST 2009
Mathias Schreiber [wmdb >] wrote:
> Krystian Szymukowicz schrieb:
>> Most of my TYPO3 sites have no fe_users and do not use session info so
>> if I understand correctly this 7 queries are not needed at all.
>
> Depends.
> These queries aren't needed in your special case.
> Making the complete user-session handling switchable might rise a whole
> lot of other problems.
> So investigation is needed.
If you or Christopher will provide such switch I will be glad to test it.
>
>> I suppose this queries could be responsible for half of the time
>> needed to accomplish simple task of getting the page from db cache.
>
> In this case (cachable content, no users, no sessions) I would go for
> static filecaching anyways (made VERY good experiences with
> nc_staticfilecache).
>
> This way you get much better results than even with all TYPO3 overhead
> turned off.
I know nc_staticfilecache but last time I was using this (2 years ago?)
I've experienced some problems with proper cache file deleting. I mean
the page X was changed in backend but the file with page X wasn't
deleted in filesystem. Maybe I should give it a second try.
Anyway - even on firts hit those queries will be a balast so the switch
could be a good thing : )
--
grtz
Krystian Szymukowicz
More information about the TYPO3-dev
mailing list