Re: nginx latency/performance issues

2018-01-04 Thread Ameer Antar
Hello, - Original Message - From: Maxim Dounin To: nginx@nginx.org Subject: Re: nginx latency/performance issues Date: 1/4/18 8:58:45 PM >With ApacheBench on an SSL host you are likely testing your SSL >configuration. Or, rather, performance of handshakes with most >secure cipher

Re: nginx latency/performance issues

2018-01-04 Thread Ameer Antar
I'm using multiple runs with these commands: ab -n100 ab -c20 -n100 Testing now on the same host eliminates the issue with the ip alias, so I can now see nginx running much faster for the 95kB file, (gzip is on, so it's probably less). Unfortunately, we have a embedded login form so if you do

nginx latency/performance issues

2018-01-03 Thread Ameer Antar
Hello All, First time subscriber here, as I am new to using nginx. My question is about latency/performance issue as compared to our previously configured Apache server. Our web application is running on Apache + PHP-FPM, and we are planning on publishing a new site which contains only static file