The other day i had a discussion with someone about how fast Java-powered website are, because the code is compiled and serving a page takes a breeze. The point of discussion was me writing code using php, which is a scripting language and compiles code on-the-fly every time you make a request to the website.
So i decided to take a little experiment involving current LEMP (php-fpm/mySQL Linode VPS host) setup for the client’s WordPress blog and add eAccelerator to it.