donglin1692 2015-04-02 02:22
浏览 302

是否Nginx + php-fpm比Apache + mod-php快得多

I'm having a PHP based web application running on Apache server which has considerable amount of php processing in back end. Since the overall performance is low I worked on improving the performance of the application. First I followed techniques such as client side caching, gzip enabling, js-css minifying which improved the performance upto a good extend.

In order to further improve the performance I wanted to try out server level improvement. So I tried to compare the application performance by hosting it on Apache and Nginx servers.

  • Nginx version - 1.0.15;
  • Apache version - 2.2.15;
  • php version - 5.4.38;

In Apache I user Apache + mod-php and in Nginx I used Nginx + php-fpm for this comparison. As most of the tutorials explained I configured the number of Nginx workers equal to the number of cores in my processor. I used jmeter to do the stress testing and following are the graphs I could generate out of it.

In all these graphs x-axis is each request I sent and y-axis is milliseconds for getting response for each request.

Access the login page

enter image description here

Submit the login page

enter image description here

Access home page

enter image description here

I could only perform the testing upto 100 concurrent users logged in within 1 second because it started dropping requests after then in both server setups.

There was a little improvement on performance in Nginx than Apache but it was not a major difference where it's worth to change all my server architecture from Apache to Nginx. And when I observe the server resource utilization also I didn't find much of difference between Nginx and Apache

When I went through other comparisons people have done, I found that they claim Nginx is much more faster in concurrent accesses such as following graph shows.

http://www.eschrade.com/wp-content/uploads/2014/01/event-mpm-nginx.gif

But I was unable to observe any major difference of performance in Nginx over Apache even with 100 concurrent access within 1 second.

Following are my questions.

  1. Is Nginx + php-fpm is suppose to do server operations much faster than Apache + mod-php due to efficient usage of memory and other resources ?
  2. Is Nginx only recommended to server static contend and not for heavy server operation sites ?
  3. Is there any better way of configuring Nginx to gain more performance improvement ?
  • 写回答

3条回答 默认 最新

  • douyeke2695 2015-04-06 11:25
    关注

    I did a bit more research on this and found that Nginx will perform well with static resources and not with other dynamic content delivery such as php processing which needs to done with the help of external application such as php-fpm. So if your web application has a performance bottleneck on php processing then replacing Apache with Nginx will not be a solution.

    Following article explains a details research done on comparing static contend delivery and php script result delivery using Apache + mod_php and Nginx + php-fpm.

    http://blog.a2o.si/2009/06/24/apache-mod_php-compared-to-nginx-php-fpm/

    Following are the conclusion points described in the above article.

    Conclusion or “should you switch from Apache to Nginx?”

    • Short answer: I do not know.
    • Longer answers are here:

      1. If you host many websites and users utilize .htaccess files and change them frequently, then the answer is probably “no”. The cost of switching over to Nginx and converting all the configuration to new format usually reaches the cost of buying another server.
      2. If you have single application on multiple servers and most of the processing power is not consumed by serving static file content, the answer is also probably “no”.
      3. If you are mainly serving static content, the answer is obviously “yes”.
      4. If you are creating a fresh system for webhosting solution, the answer is probably “yes”, with the assumption that users will not miss the .htaccess functionality or it will be provided by other means
      5. If you are consolidating services with some virtualization technology, then answer is probably “yes”, as Nginx tends to have smaller memory footprint than Apache.
      6. If you are looking towards Nginx as your PHP server optimization, look again, but not at Nginx, at your application code.
    评论

报告相同问题?

悬赏问题

  • ¥15 关于#matlab#的问题:期望的系统闭环传递函数为G(s)=wn^2/s^2+2¢wn+wn^2阻尼系数¢=0.707,使系统具有较小的超调量
  • ¥15 FLUENT如何实现在堆积颗粒的上表面加载高斯热源
  • ¥30 截图中的mathematics程序转换成matlab
  • ¥15 动力学代码报错,维度不匹配
  • ¥15 Power query添加列问题
  • ¥50 Kubernetes&Fission&Eleasticsearch
  • ¥15 報錯:Person is not mapped,如何解決?
  • ¥15 c++头文件不能识别CDialog
  • ¥15 Excel发现不可读取的内容
  • ¥15 关于#stm32#的问题:CANOpen的PDO同步传输问题