[TYPO3-dev] Tangled-up user authentication
Mathias Schreiber [wmdb >]
mathias.schreiber at wmdb.de
Mon Apr 20 13:44:06 CEST 2009
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.
> So the next question is obvious in this situation: can I turn off all
> the authentication/session queries without changing the TYPO3 source code?
s.a.
> 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.
cheers
Mathias
More information about the TYPO3-dev
mailing list