[TYPO3-core] Announcing TYPO3 CMS 6.1.0 Alpha1

Christian Kuhn lolli at schwarzbu.ch
Thu Mar 14 13:54:12 CET 2013


Hey,

On 03/14/2013 01:14 PM, Alexander Opitz wrote:
> So I need to setup new environments on another machine.

Maybe you could also adapt the test cases a bit: For example it is not 
very useful to test with 100 concurrent requests since this is totally 
off from real world. You fully fill cpu with this, it will loose time in 
context switches and db load will not have any effect anymore, and the 
increased memory usage of tca refactoring hits you harder than in a 
realistic access signature. The php version apc settings and mysql 
settings also play a serious role, it would be godd to at least mention 
them. Furthermore it is important to mention the loaded extensions (eg. 
indexed_search has a heavy negative impact in intro package), and do 
further tests with user_ints on a page and in no_cache scenario. To see 
for example effects of the refactored rootline cache a way more 
realistic test case must be set up (eg. fetching a way longer list of FE 
urls with different user_int / fullcache / no_cache settings and so on). 
For the tools, next to ab2 you could also take a look at siege.

Currently, your tests are just a minor very specific test case that says 
little about real world effects.

Regards
Christian


More information about the TYPO3-team-core mailing list