[Typo3-dev] Is Typo3 Robust ?

Robert Fink robert.fink at gmx.net
Sat Oct 29 01:47:27 CEST 2005


Hi!

> I'm writing this here because I feel many people here have the most
> knowledge in Typo3.
> 
> I am wondering how a Typo3 installation would hold up, with approx.
> 200 root level "sites" containing approx. 25 pages each. Also on the
> user side many backend users, and also about 6000 FE users per 3 years
> (with an ldap connection).

You will probably not experience a huge differnce in time-consumption for 
page-rendering for a site with 2 or with 10000 pages. The reason for this is 
that the time-consuming part is not the DB-query (mysql doesn't really care 
if a table has 2 or 10000 entries) but the processing of huge PHP-arrays 
which is almost indepentend from the size of your website.

For huge sites, you must mainly think about intelligent caching mechanims to 
prevent pages from beeing rendered to often.

cheers,
  robert





More information about the TYPO3-dev mailing list