[TYPO3-dev] Typo3 Performance

Steffen Müller steffen at mail.kommwiss.fu-berlin.de
Tue Feb 27 16:13:42 CET 2007


Hi.

On 27.02.2007 15:59 Nicolas Cohen wrote:
> 
> Ok so now my question: Why is this happening? how can it be 1200 worse
> performance than a plain file? I understand typo3 is really heavy cause
> of its flexibility but it doesnt seem it is doing a well job in the
> cache side... i would expect a 200 requests per second from the cache
> system. it should save all rendered html to the cache and just load it
> based on the url of the request, right?
> 

TYPO3 stores cached html pages in the DB, so you have PHP+MySQL overhead
compared to files on disk.
Install a PHP accelerator (eaccelerator is for free), activate query
cache in MySQL and use a proxy in front of your webserver (apache
mod_cache/mod_proxy).

-- 
cheers,
Steffen




More information about the TYPO3-dev mailing list