Changes between Version 23 and Version 24 of HostingServerSetupRecommendations
- Timestamp:
- Aug 31, 2010, 9:57:49 AM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
HostingServerSetupRecommendations
v23 v24 179 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 comparing to the fastest setup - FastCGI+eAccelerator or mod_php+eAccelerator. If you already have mod_php or FastCGI setup you can easily install eAccelerator and get more than 200% performance increase ! 180 180 181 181 182 Also since Dolphin 7.0.3 there is build-in support of eAccelerator shared memory cache, so there is even more performance increase, because this test do not include this modification. 182 183