Latency problem with one browser

Andrea Soracchi soracchi at netbuilder.it
Fri Mar 2 15:53:05 UTC 2012


Yes,

with "keepalive_disable none;" works fine!

Thanks a lot,
Andrea

----- Messaggio originale -----
Da: "Maxim Dounin" <mdounin at mdounin.ru>
A: nginx at nginx.org
Inviato: Venerdì, 2 marzo 2012 14:51:46
Oggetto: Re: Latency problem with one browser

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

_______________________________________________
nginx mailing list
nginx at nginx.org
http://mailman.nginx.org/mailman/listinfo/nginx



More information about the nginx mailing list