[TYPO3-english] [TYPO3 english] 4.3.0beta1 Extension List for Backend and Frontend

Steffen Kamper info at sk-typo3.de
Mon Oct 5 10:43:28 CEST 2009


Hi Bernhard,

Bernhard Kraft schrieb:
> Hello Steffen,
> 
> "Performance" was one of my first guesses ;) But I once tried to do some
> optimization in this directions, and found out all this require/include
> of some files, does not take most of the time (if an PHP accelerator is
> used). Most of the time of a TYPO3 request is consumed with database
> queries and waiting for the result.
> 
> PHP accelerators like eAccelerator or MMcache speed up the execution of
> TYPO3 by about 10 times. So they are almost a "must".
> 
> 
> But if you look at the times consumed by a hit to the FE (either cached
> or uncached),  you'll find out, that much time is consumed by sending a
> query to the database, and directly afterwards reading the result.
> 
> It would speed up things quite a bit. If the query would be made as
> early as possible. Then do some other things required. And later on
> fetch the result, which will already be available in the output buffers
> of the database at this time.
> 
> 

if you want to help, you're welcome. Most time of FE initialisation is 
taken by $TSFE->determineId(); Have a look at index_ts, there is a lot 
of room for optimization left. Rupi did a lot of benchmarks and 
optimization, any help is welcome.

vg Steffen


More information about the TYPO3-english mailing list