166 | | Total test execution time was measured. |
| 166 | Total test execution time was measured - so biggest value means slowest execution time. |
| 167 | |
| 168 | The following pages were tested: |
| 169 | |
| 170 | * phpinfo() - performance of single and simple php script file execution time |
| 171 | * XML.php - performance of periodic requests, like checking for updates in Flash messenger, simple messenger, member menu notifications, spy updates. |
| 172 | * faq.php - performance of simple dolphin pages, page with one text block |
| 173 | * index.php - performance of complex dolphin pages with many blocks from different modules, most complex and slowest page in Dolphin is tested |
| 174 | |
| 175 | Finally the result: |
| 176 | |
| 177 | [[Image(hssr-benchmark.jpg)]] |
| 178 | |
| 179 | __Conclusion:__ suPHP/CGI is slowest possible setup, most important that it is '''5x times slower''' for most frequent requests to XML.php and similar pages. FastCGI+eAccelerator or mod_php+eAccelerator is the fastest setup. If you already have mod_php or FastCGI setup you can easily install eAccelerator and get more than 200% performance increase ! |
| 180 | |
| 181 | Also since Dolphin 7.0.3 there is build-in support of eAccelerator shared memory cache, so there is even more performnace increase, because this test do not include this modification. |