Proxy URL contains Chinese cause very slow access
For
example:http://search1.10086.cn/search?start=1&content=话费充值&areacode=100&areaName=北京
nginx/1.4.7
Proxy URL contains Chinese cause very slow access
For
example:http://search1.10086.cn/search?start=1&content=话费充值&areacode=100&areaName=北京
nginx/1.4.7
Hello!
On Mon, Aug 04, 2014 at 11:50:04AM +0800, [email protected] wrote:
Proxy URL contains Chinese cause very slow access
For
example:http://search1.10086.cn/search?start=1&content=话费充值&areacode=100&areaName=北京
It’s highly unlikely that the problem is in nginx - as nginx
doesn’t care about encoded characters in a query string, it just
passes them as is. You may want to look into your backend instead
to find out why requests are slow.
–
Maxim D.
http://nginx.org/
Thanks for your reply is indeed a backend problem
From: Maxim D.
Date: 2014-08-04 18:58
To: nginx
Subject: Re: Proxy URL contains Chinese cause very slow access
Hello!
On Mon, Aug 04, 2014 at 11:50:04AM +0800, [email protected] wrote:
Proxy URL contains Chinese cause very slow access
For
example:http://search1.10086.cn/search?start=1&content=话费充值&areacode=100&areaName=北京
It’s highly unlikely that the problem is in nginx - as nginx
doesn’t care about encoded characters in a query string, it just
passes them as is. You may want to look into your backend instead
to find out why requests are slow.
–
Maxim D.
http://nginx.org/
But the strange thing is, I set off to tcp_nodelay can solve the problem
From: Maxim D.
Date: 2014-08-04 18:58
To: nginx
Subject: Re: Proxy URL contains Chinese cause very slow access
Hello!
On Mon, Aug 04, 2014 at 11:50:04AM +0800, [email protected] wrote:
Proxy URL contains Chinese cause very slow access
For
example:http://search1.10086.cn/search?start=1&content=话费充值&areacode=100&areaName=北京
It’s highly unlikely that the problem is in nginx - as nginx
doesn’t care about encoded characters in a query string, it just
passes them as is. You may want to look into your backend instead
to find out why requests are slow.
–
Maxim D.
http://nginx.org/
This forum is not affiliated to the Ruby language, Ruby on Rails framework, nor any Ruby applications discussed here.
Sponsor our Newsletter | Privacy Policy | Terms of Service | Remote Ruby Jobs