Welcome! Log In Create A New Profile

Advanced

Re: Upstream SSL IIS Performance

Francis Daly
August 19, 2012 09:14PM
On Sun, Aug 19, 2012 at 07:55:07PM -0400, d2radio wrote:

Hi there,

> GET /client/javascript/libraries/query-string/2.1.7/query-min.js HTTP/1.1"
> 200 upstream 0.040 request 0.046 [for reversproxy via 172.25.50.203:80]
>
> GET /client/javascript/libraries/query-string/2.1.7/query-min.js HTTP/1.1"
> 200 upstream 0.234 request 0.243 [for reverseproxy via 172.25.50.203:443]

time curl https://172.25.50.203/client/javascript/libraries/query-string/2.1.7/query-min.js

Does it show about 200 ms like above, or about 20 ms like firebug showed?

I suspect that the 200 ms is due to the ssl session being established
afresh for each request, while firebug is piggy-backing on a previous
request.

(You could test this by starting firebug and making sure that the
very first https query is for this url, and seeing how long it takes.)

> Do I have any options for improving the https response
> performance with the upsteam IIS server? Apart from talking to it via HTTP?

Untested by me, but: do you see any difference when you include the
configuration at http://nginx.org/r/keepalive ?

That might allow re-use of the ssl session across http requests.

f
--
Francis Daly francis@daoine.org

_______________________________________________
nginx mailing list
nginx@nginx.org
http://mailman.nginx.org/mailman/listinfo/nginx
Subject Author Posted

Upstream SSL IIS Performance

d2radio August 19, 2012 07:55PM

Re: Upstream SSL IIS Performance

d2radio August 19, 2012 07:59PM

Re: Upstream SSL IIS Performance

Francis Daly August 19, 2012 09:14PM

Re: Upstream SSL IIS Performance

d2radio August 19, 2012 11:06PM

Re: Upstream SSL IIS Performance

Maxim Dounin August 20, 2012 07:44AM

Re: Upstream SSL IIS Performance

d2radio August 20, 2012 11:14PM



Sorry, only registered users may post in this forum.

Click here to login

Online Users

Guests: 302
Record Number of Users: 8 on April 13, 2023
Record Number of Guests: 421 on December 02, 2018
Powered by nginx      Powered by FreeBSD      PHP Powered      Powered by MariaDB      ipv6 ready