Created
August 9, 2015 09:45
-
-
Save lloiacono/04a93dbc0582140e1e38 to your computer and use it in GitHub Desktop.
Gzip compression check
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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