Latency problem with one browser
Maxim Dounin
mdounin at mdounin.ru
Fri Mar 2 13:51:46 UTC 2012
Hello!
On Fri, Mar 02, 2012 at 05:15:54PM +0400, Max wrote:
>
> 02 марта 2012, 17:09 от Maxim Dounin <mdounin at 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.
Maxim Dounin
More information about the nginx
mailing list