[drupal-devel] 40 percent Drupal speedup

Karoly Negyesi karoly at negyesi.net
Sun May 15 08:57:32 UTC 2005


> >               min  mean[+/-sd] median   max
> > Total:        277  364 173.7    306    1923
> > Total:        180  216  57.8    195     450
> Could you provide units? s/pageload or pageload/s make a huge difference
> ;) Could you explain in a few wors what your benhmark tested? I think for
> non-benchmark-savvy people like me its an interesting thing to learn.

Well, these are seconds for one page to load. ab issued a hundred requests 
and calculated these figures. This 
http://phpkitchen.com/index.php?/archives/344-ab-Apache-Server-Benchmarking-Tool.html 
page is a good introduction. 

In other words, split gives you:

Requests per second:    3.41 [#/sec] (mean)
Time per request:       293.478 [ms] (mean)

versus the non-split

Requests per second:    2.68 [#/sec] (mean)
Time per request:       373.358 [ms] (mean)

NK



More information about the drupal-devel mailing list