Skip to content

Instantly share code, notes, and snippets.

@poundifdef
Created June 19, 2013 00:41
Show Gist options
  • Save poundifdef/5810824 to your computer and use it in GitHub Desktop.
Save poundifdef/5810824 to your computer and use it in GitHub Desktop.
9s delay :/
jay@gillespie:~$ curl -vvv -I -H 'X-Debug: true' http://www.stevenalanoptical.com/collection/mens-eyewear/
* About to connect() to www.stevenalanoptical.com port 80 (#0)
* Trying 54.242.182.43... connected
> HEAD /collection/mens-eyewear/ HTTP/1.1
> User-Agent: curl/7.22.0 (x86_64-pc-linux-gnu) libcurl/7.22.0 OpenSSL/1.0.1 zlib/1.2.3.4 libidn/1.23 librtmp/2.3
> Host: www.stevenalanoptical.com
> Accept: */*
> X-Debug: true
>
< HTTP/1.1 200 OK
HTTP/1.1 200 OK
< Server: nginx/1.2.7
Server: nginx/1.2.7
< Date: Wed, 19 Jun 2013 00:35:34 GMT
Date: Wed, 19 Jun 2013 00:35:34 GMT
< Content-Type: text/html
Content-Type: text/html
< Connection: keep-alive
Connection: keep-alive
< vary: Accept-Encoding
vary: Accept-Encoding
< set-cookie: cspecs_sessionid=cfjhg2bn2ek5v1sq5r52avp3l0; path=/
set-cookie: cspecs_sessionid=cfjhg2bn2ek5v1sq5r52avp3l0; path=/
< expires: Thu, 19 Nov 1981 08:52:00 GMT
expires: Thu, 19 Nov 1981 08:52:00 GMT
< cache-control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
cache-control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
< pragma: no-cache
pragma: no-cache
< x-debug-backend-url: http://ec2-54-234-24-103.compute-1.amazonaws.com:1072/
x-debug-backend-url: http://ec2-54-234-24-103.compute-1.amazonaws.com:1072/
< x-debug-backend-id: 3
x-debug-backend-id: 3
< x-debug-vhost: 39429.beagleprod.default.frontend
x-debug-vhost: 39429.beagleprod.default.frontend
< x-debug-frontend-key: www.stevenalanoptical.com
x-debug-frontend-key: www.stevenalanoptical.com
< x-debug-time-total: 9190
x-debug-time-total: 9190
< x-debug-time-backend: 9190
x-debug-time-backend: 9190
* no chunk, no close, no size. Assume close to signal end
<
* Closing connection #0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment