March 2015

WordPress from PHP to HHVM

This blog was using nginx+php5.5+mysql and I’ve been reading about hhvm and it`s 100% compability with WordPress. So it’s worth to test. OK, what I was doing is basically installing hhvm using this guide sudo apt-get install software-properties-common sudo apt-key add –recv-keys –keyserver hkp://keyserver.ubuntu.com:80 0x5a16e7281be7a449 sudo add-apt-repository ‘deb http://dl.hhvm.com/ubuntu trusty main’ sudo apt-get update sudo apt-get install hhvm Since hhvm is also fastcgi compatible, all I do is changing my