[TYPO3] [Typo3] How large of website can typo3 handle?

Michael Scharkow mscharkow at gmx.net
Thu Jan 5 09:07:05 CET 2006


Dennis Cheung wrote:
> Something I have forgot.
> 
> http://typo3.org/development/articles/testing-and-tuning-typo3-performance/page/4/
> 
> It do "ab" on "same page" alot to check the performance.
> But, it still using sql cache inside mysql.
> I really want to know the "random access" performance, not a "cached"
> or "burst" performance.

If you test with non-TYPO3-cached pages (most simply by adding 
no_cache=1), you are practically doing random access testing, because 
unless you disable MySQL cache (which you should never ever do), some 
queries will eventually be cached in the database in any normal 
circumstances.

But again, the database itself is almost never the bottleneck.

Cheers,
Michael



More information about the TYPO3-english mailing list