Welcome! Log In Create A New Profile

Advanced

Re: Poor performance in serving of static files

Maxim Dounin
July 18, 2011 05:14AM
Hello!

On Mon, Jul 18, 2011 at 09:45:22AM +0100, Jürg Lehni wrote:

> I just did that, with no measurable improvement.
>
> I am aware that delays happen on both URLs sometimes, but
> reloading the full site with an emptied browser cache for
> example takes about one second on Apache, and double on Nginx.
> And without having done any proper benchmarking, hitting any of
> these rendered type pages after that just feels much slower and
> less fluid on Nginx. I am really surprised!
>
> And I am still wondering: Could it be that for a low traffic
> site, Apache could actually outperform Nginx noticeably?

Most likely you are disk bound, thus with relatively low number of
connections having only 2 nginx workers to block on disks is much
worse than having process/thread per connection as in Apache case.
Adding more workers may help.

You may also want to try file AIO[1]. But it may actually degrade
performance as it looks like you are using Linux and under Linux
it's not possible to use AIO without directio (i.e. filesystem cache
won't work as a result).

[1] http://wiki.nginx.org/HttpCoreModule#aio

Note that you may need to recompile nginx with file AIO support,
i.e. use "./configure --with-file-aio".

Maxim Dounin

_______________________________________________
nginx mailing list
nginx@nginx.org
http://nginx.org/mailman/listinfo/nginx
Subject Author Posted

Poor performance in serving of static files

Jürg Lehni July 17, 2011 06:20PM

Re: Poor performance in serving of static files

Ensiferous July 17, 2011 08:24PM

Re: Poor performance in serving of static files

Jürg Lehni July 18, 2011 02:04AM

Re: Poor performance in serving of static files

Igor Sysoev July 18, 2011 03:00AM

Re: Poor performance in serving of static files

Jürg Lehni July 18, 2011 04:46AM

Re: Poor performance in serving of static files

Igor Sysoev July 18, 2011 05:08AM

Re: Poor performance in serving of static files

Jürg Lehni July 18, 2011 05:18AM

Re: Poor performance in serving of static files

Maxim Dounin July 18, 2011 05:14AM

Re: Poor performance in serving of static files

Jürg Lehni July 18, 2011 05:24AM

Re: Poor performance in serving of static files

Igor Sysoev July 18, 2011 05:58AM

Re: Poor performance in serving of static files

Jürg Lehni July 18, 2011 06:02AM

Re: Poor performance in serving of static files

Jürg Lehni July 18, 2011 04:48AM

Re: Poor performance in serving of static files

Ed W July 18, 2011 08:58AM

Re: Poor performance in serving of static files

Jürg Lehni July 18, 2011 09:50AM

Re: Poor performance in serving of static files

Maxim Dounin July 18, 2011 10:10AM

Re: Poor performance in serving of static files

Jürg Lehni July 18, 2011 10:54AM

Re: Poor performance in serving of static files

Maxim Dounin July 18, 2011 11:34AM

Re: Poor performance in serving of static files

Jürg Lehni July 19, 2011 05:42AM



Sorry, only registered users may post in this forum.

Click here to login

Online Users

Guests: 302
Record Number of Users: 8 on April 13, 2023
Record Number of Guests: 421 on December 02, 2018
Powered by nginx      Powered by FreeBSD      PHP Powered      Powered by MariaDB      ipv6 ready