Skip to content

Instantly share code, notes, and snippets.

@poundifdef
Created June 18, 2013 21:49
Show Gist options
  • Save poundifdef/5809780 to your computer and use it in GitHub Desktop.
Save poundifdef/5809780 to your computer and use it in GitHub Desktop.
30-seconds to request URL
jay@gillespie:~/github/beagle$ curl -vvv http://www.stevenalanoptical.com/collection/mens-eyewear/ > /dev/null
* About to connect() to www.stevenalanoptical.com port 80 (#0)
* Trying 184.72.157.199... % Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0connected
> GET /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: */*
>
0 0 0 0 0 0 0 0 --:--:-- 0:00:30 --:--:-- 0< HTTP/1.1 200 OK
< Server: nginx/1.2.7
< Date: Tue, 18 Jun 2013 21:44:55 GMT
< Content-Type: text/html
< Transfer-Encoding: chunked
< Connection: keep-alive
< vary: Accept-Encoding
< set-cookie: cspecs_sessionid=ccnquf51o26vrejis6ikvhubr5; path=/
< expires: Thu, 19 Nov 1981 08:52:00 GMT
< cache-control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
< pragma: no-cache
<
{ [data not shown]
100 82845 0 82845 0 0 2645 0 --:--:-- 0:00:31 --:--:-- 20117
* Connection #0 to host www.stevenalanoptical.com left intact
* Closing connection #0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment