Skip to content

Instantly share code, notes, and snippets.

@lloiacono
Created August 9, 2015 09:45
Show Gist options
  • Save lloiacono/04a93dbc0582140e1e38 to your computer and use it in GitHub Desktop.
Save lloiacono/04a93dbc0582140e1e38 to your computer and use it in GitHub Desktop.
Gzip compression check
curl http://example.com/ --silent --write-out "%{size_download}\n" --output /dev/null
curl http://example.com/ --silent -H "Accept-Encoding: gzip,deflate" --write-out "%{size_download}\n" --output /dev/null
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment