I'm currently using Nginx with php-fpm 5.4 (Centos 6.4)
I want to switch to standard LAMP installation with OpCache for performance improvement.
I decided to go with Nginx initially because it's very lightweight and can handle load, but now that all my static resources comes from CDN (amazon / cloudflare) i wander if Nginx is really better then the standard LAMP.
what's the recommended configuration (php wise, go with 5.5 or stay with php-fpm 5.4+nginx) for heavy load sites?
thx,