|
|
|
|
|
by Udo
4883 days ago
|
|
NginX + php-fpm + APC did the trick for me, at one time even in an EC2 Micro instance under heavy load. There is a very nice hack I applied to my WordPress installs, but it's not for the faint hearted: hack the WP index.php to serve pages directly from Memcache for all non-authenticated GET requests. The beauty of this is that for most requests, the WP environment (which is horribly bloated) does not even get loaded. It works about an order of magnitude better than all those cache plugins, but the downside is of course that software updates require some special care. |
|
That way you wouldn't need to worry about software updates.