[TYPO3-Performance] Where to put the "meat"?

Olivier Dobberkau olivier.dobberkau at dkd.de
Wed Aug 13 22:16:50 CEST 2008


Dan Osipov schrieb:

> Thoughts?

my suggestion:

try to avoid typo3 for the frontend stuff as much as possible... :-)

use nginx to deliver static file, like statified html, jpg, pdf, etc
instead of apache with php using your memory on the app servers.

-> nginx (proxy) -> apache -> php -> typo3

use a much caching as possible.

loadbalance the stuff. get as much memory per server as possible.

take a look at mysql proxy and use a master slave setup.

hope this gives you some thoughs..

olivier


More information about the TYPO3-Performance mailing list