Skip to content
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

Closed
iberflow opened this issue Jul 30, 2014 · 2 comments
Closed

Nginx + php-fpm + OPCache #241

iberflow opened this issue Jul 30, 2014 · 2 comments

Comments

@iberflow
Copy link

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?

@allebb
Copy link
Contributor

allebb commented Jul 31, 2014

Hi Ignas,

I could not agree with you more with regards to LEMP stack performance over
LAMP.... Apache does however provide better support for users to add custom
rewrite rules at runtime as opposed to the current model that nginx
supports and although it's do-able it's a lot more work initially, I'd also
be pushing custom user-specific FPM pools for performance and security
reasons.

I'd be really happy to see a module for Nginx + FPM in ZPanelX/Sentora I
but and like I say, I'll be adding this functionality into Sentora II :)

On 31 July 2014 00:40, Ignas Bernotas notifications@github.com wrote:

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?


Reply to this email directly or view it on GitHub
#241.

@allebb
Copy link
Contributor

allebb commented Jul 31, 2014

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 :)

@allebb allebb closed this as completed Jul 31, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants