I am trying to make my prestashop faster, I made some benchmark with ab:
(VirtualBox with Debian 7.1 + Nginx 1.4 + Mysql 5.6)
- Php 5.4 + APC ==> 3 req/sec
- Php 5.5 + ZOP+ ==> 4,5 req/sec
With the all the code inside a TMPFS mount :
- Php 5.4 + APC ==> 12 req/sec
- Php 5.5 + ZOP+ ==> 24 req/sec
So the gain is big ! I am wondering if its a good thing or not to use a TMPFS mount for execute PHP?