Welcome! Log In Create A New Profile

Advanced

Strange SPDY behaviour about request time with stastic proxy cached content.

August 29, 2013 04:29PM
Good time of day!

We use nginx as load balancer and reverse proxy for some static content (images etc).
And a problem was found with enabling SPDY: cached content with enabled SPDY becomes get from server with greater request time and i think slower (according Chrome debug console).

Here some lines from access.log, without spdy, just ssl:

request_time: "0.069" upstream_response_time: "0.069" "MISS"
request_time: "0.370" upstream_response_time: "0.211" "MISS"
request_time: "1.294" upstream_response_time: "1.200" "MISS"
and from cache:
request_time: "0.778" upstream_response_time: "-" "HIT"
request_time: "0.938" upstream_response_time: "-" "HIT"

SPDY enabled:
request_time: "0.380" upstream_response_time: "0.120" "MISS"
request_time: "1.181" upstream_response_time: "0.737" "MISS"

before now everything looks fine, but now for content from cache:
request_time: "10.389" upstream_response_time: "-" "HIT"
request_time: "9.493" upstream_response_time: "-" "HIT"

Here is a graphical illustration of problem: in the middle for some time was enabled spdy, but not other time on both sides.
It shows average $request_time and $upstream_response_time variables sum every second: sum(time)/sum(requestcount) per second

Nginx cache placed on memory disk /dev/md0 , capacity 60% right now

Env: FreeBSD amd64
nginx version: nginx/1.4.2
built by gcc 4.2.2 20070831 prerelease [FreeBSD]
TLS SNI support enabled
openssl-1.0.1e

Any suggestions, thoughts, ideas?
Thanks!
Subject Author Posted

Strange SPDY behaviour about request time with stastic proxy cached content.

endo August 29, 2013 04:29PM

Re: Strange SPDY behaviour about request time with stastic proxy cached content.

endo August 29, 2013 04:39PM



Sorry, only registered users may post in this forum.

Click here to login

Online Users

Guests: 245
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