Skip to content

Instantly share code, notes, and snippets.

@jakswa
Last active September 24, 2015 20:04
Show Gist options
  • Save jakswa/2b75024241309d6b009e to your computer and use it in GitHub Desktop.
Save jakswa/2b75024241309d6b009e to your computer and use it in GitHub Desktop.

non-gzip (35KB):

➜  callrail git:(js/phones) ✗ wget -S  http://cdn.callrail.com/companies/297407543/f6b60be971df89061219/12/swap.js
--2015-09-24 16:01:20--  http://cdn.callrail.com/companies/297407543/f6b60be971df89061219/12/swap.js
Resolving cdn.callrail.com... 94.31.29.146
Connecting to cdn.callrail.com|94.31.29.146|:80... connected.
HTTP request sent, awaiting response...
  HTTP/1.1 200 OK
  Date: Thu, 24 Sep 2015 20:01:20 GMT
  Content-Type: text/javascript; charset=utf-8
  Transfer-Encoding: chunked
  Connection: keep-alive
  Status: 200 OK
  X-Frame-Options: SAMEORIGIN
  X-XSS-Protection: 1; mode=block
  X-Content-Type-Options: nosniff
  Cache-Control: max-age=86400
  ETag: "5c09c602ad8f1d271d3fd7cb489383d3"
  X-Request-Id: 28250248-085b-425e-90c1-9f87c046258b
  X-Runtime: 0.055377
  Server: NetDNA-cache/2.2
  Expires: Fri, 25 Sep 2015 20:01:20 GMT
  X-Cache: HIT
Length: unspecified [text/javascript]
Saving to: 'swap.js.2'

swap.js.2                                         [ <=>                                                                      
]  35.36K  --.-KB/s   in 0.004s

2015-09-24 16:01:20 (8.22 MB/s) - 'swap.js.2' saved [36211]

gzip (11KB):

➜  callrail git:(js/phones) ✗ wget -S --header="accept-encoding: gzip"  http://cdn.callrail.com/companies/297407543/f6b60be971df89061219/12/swap.js
--2015-09-24 16:02:38--  http://cdn.callrail.com/companies/297407543/f6b60be971df89061219/12/swap.js
Resolving cdn.callrail.com... 94.31.29.146
Connecting to cdn.callrail.com|94.31.29.146|:80... connected.
HTTP request sent, awaiting response...
  HTTP/1.1 200 OK
  Date: Thu, 24 Sep 2015 20:02:38 GMT
  Content-Type: text/javascript; charset=utf-8
  Transfer-Encoding: chunked
  Connection: keep-alive
  Status: 200 OK
  X-Frame-Options: SAMEORIGIN
  X-XSS-Protection: 1; mode=block
  X-Content-Type-Options: nosniff
  Cache-Control: max-age=86400
  ETag: W/"5c09c602ad8f1d271d3fd7cb489383d3"
  X-Request-Id: 35aaa458-afda-49be-9278-12eb3c028002
  X-Runtime: 0.062636
  Server: NetDNA-cache/2.2
  Expires: Fri, 25 Sep 2015 20:02:38 GMT
  X-Cache: EXPIRED
  Content-Encoding: gzip
Length: unspecified [text/javascript]
Saving to: 'swap.js.3'

swap.js.3                                         [ <=>                                                                      
]  11.22K  --.-KB/s   in 0s

2015-09-24 16:02:39 (41.7 MB/s) - 'swap.js.3' saved [11491]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment