[TYPO3-dev] Tangled-up user authentication -> Fixing extension attached
Mathias Schreiber [wmdb >]
mathias.schreiber at wmdb.de
Mon Apr 20 17:24:35 CEST 2009
Christopher Lörken schrieb:
> not really I'm afraid, mainly since I don't know how to properly do it.
> I've just run an ab apache benchmark on an indling development server
> which doesn't show any real difference, 9.48 requests per second for the
> original authentication, 9.67 for my extension (one thread, 1000
> requests, simple page).
ab is the no.1 NOT tool for benchmarking TYPO3 (sorry pal :)).
Problem is that you need to get different queries in order to get a good
overview over the query caches (Dimitry, you can take it from here if
you like).
One thing you could do is set up different browsers to reload the page
every x seconds and compare the TYPO3 parsetimes (sys_stat saves those
IIRC).
All in all, as long as you don't do massive changes with joins and stuff
like that performance should be better, though i'm not sure if it can be
measured in a pratical way.
Generally speaking:
Less queries are a good thing and from my perspecitive THE major point
of tuning TYPO3 performance (check out all queries that run when
requesting a page from cache ;-))
cheers
Mathias
More information about the TYPO3-dev
mailing list