Magentoパフォーマンスチューニング情報

本家のフォーラムにパフォーマンスチューニングの情報が出ています。

APC、memcached、tempfsを単独もしくは組み合わせた結果が載っています。
a) Basic setup no apc - memcached - tmpfs
ab -n 100 -c 5 http://magento.mydomain.com/

Server Software:        Apache/2.2.8
Server Port
:            80
...
Requests per second:    5.42 [#/sec] (mean)

b) APC setup no memcached - tmpfs

 

ab -n 100 -c 5 http://magento.mydomain.com/
Server Software:        Apache/2.2.8
Server Hostname
:        magento.yves-rocher.com
Server Port
:            80
...
Requests per second:    10.93 [#/sec] (mean)

c) APC - memcached setup no tmpfs

 

ab -n 100 -c 5 http://magento.mydomain.com/
Server Software:        Apache/2.2.8
Server Hostname
:        magento.yves-rocher.com
Server Port
:            80
...
Requests per second:    15.57 [#/sec] (mean)

d) Full setup

 

ab -n 100 -c 5 http://magento.mydomain.com/
Server Software:        Apache/2.2.8
Server Hostname
:        magento.yves-rocher.com
Server Port
:            80
...
Requests per second:    17.85 [#/sec] (mean)
 

という感じで、APC+memcached+tempfsが一番速くて3倍のパフォーマンスが出るようです。
コアのコードをカスタムせずにできるところがいいですね。
magento-jp: Magentoパフォーマンスチューニング情報
http://www.magento-jp.com/article.php/20080531090905129