Latency problem with one browser
Maxim Dounin
mdounin at mdounin.ru
Fri Mar 2 13:09:20 UTC 2012
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
Maxim Dounin
More information about the nginx
mailing list