I think most apache and ‘nix setups automatically cache php and even mysql (has built in cache) ...at least that is what my admin told me! This requires a decent amount of RAM, but memory is cheap these days.
MySQL, yes, to some degree. But that still means that the request needs to go through PHP and then to MySQL..
What I’m talking about is full page caching, meaning that you webserver will have the page ready without even invoking PHP. This is the only way to get a truly fast site, and I highly doubt that Apache gives you anything like that automatically (only used NGinx and Lighttpd).
Has there been any tests to use Memcached for EE cache storage instead of files? Would help clustering at least..
