Proxy URL contains Chinese cause very slow access

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

[email protected]

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

[email protected]

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

[email protected]

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/