-
Notifications
You must be signed in to change notification settings - Fork 296
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Nginx + php-fpm + OPCache #241
Comments
Hi Ignas, I could not agree with you more with regards to LEMP stack performance over I'd be really happy to see a module for Nginx + FPM in ZPanelX/Sentora I On 31 July 2014 00:40, Ignas Bernotas notifications@github.com wrote:
|
Closing issue as per my advise above, this would not be implemented into the 'core' of ZPanelX but is planned as a core module for Sentora II. More than happy for this to be developed by the community as an 'add-on' module for ZPanel though. Closing issue in an attempt to keep the 'issues' manageable :) |
For most of my projects, I've switched from Apache + mod_php to Nginx + php-fpm because of it's performance. And the performance gain is truly visible, reduced CPU+RAM, higher concurrent requests/second for high load apps.
The Zend OPCache module that comes by default in PHP5.5 should also be enabled, it reduces page load time by around 30%.
Maybe someone would like to join me in building a mod for Nginx?
The text was updated successfully, but these errors were encountered: