atom feed14 messages in ru.sysoev.nginxRe: Latency problem with one browser
FromSent OnAttachments
Andrea SoracchiMar 2, 2012 4:38 am.Other, .conf, .Other, 2 more
Maxim DouninMar 2, 2012 5:08 am 
MaxMar 2, 2012 5:15 am 
Maxim DouninMar 2, 2012 5:51 am 
Andrea SoracchiMar 2, 2012 7:52 am 
MaxMar 2, 2012 8:27 am 
Piotr SikoraMar 2, 2012 8:33 am 
MaxMar 2, 2012 8:48 am 
Maxim DouninMar 2, 2012 10:01 am 
Piotr SikoraMar 4, 2012 5:39 am 
Maxim DouninMar 4, 2012 9:40 am 
Piotr SikoraMar 4, 2012 12:35 pm 
Piotr SikoraMar 4, 2012 1:08 pm 
Maxim DouninMar 15, 2012 11:42 am 
Subject:Re: Latency problem with one browser
From:Maxim Dounin (mdou@mdounin.ru)
Date:Mar 2, 2012 5:51:05 am
List:ru.sysoev.nginx

Hello!

On Fri, Mar 02, 2012 at 05:15:54PM +0400, Max wrote:

02 марта 2012, 17:09 от Maxim Dounin <mdou@mdounin.ru>:

Hello!

On Fri, Mar 02, 2012 at 01:38:45PM +0100, Andrea Soracchi wrote:

Hi,

I installed nginx 1.05 and php-fpm 5.3.10 in Ubuntu 11.10.

If I browse with explorer,firefox and chrome all works very well, all is fast!

If I use my Playbook (with webkit) all is slow! With webinspector I noticed

that the problem is latency. I get a very high latency (from 3 to 15 seconds random) for all the pages with php code.

With the same playbook, I browse the SAME SITES inside other server (actually I've just copied it in it ):

- nginx 0.84 - php 5.3.0 - ubuntu 9.10

and works very well and fast! It's incredible!

I have attached the main nginx.conf, nginx-vs.conf, main php-fpm.conf, php-fpm-vs.conf and fastcgi_params_phpfpm.

Any idea?

Try

keepalive_disable msie6;

http://nginx.org/en/docs/http/ngx_http_core_module.html#keepalive_disable

This is WebKit related, so this is more likely to help:

keepalive_disable safari;

No. The problem is that keepalive is disabled by default for safari, and the "keepalive_disable msie6;" will re-enable it.