Created
August 12, 2012 22:50
-
-
Save dc2447/3335119 to your computer and use it in GitHub Desktop.
Test if an asset is faster or slower from the Akamai cache
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 -A -s -w '\nLookup time:\t%{time_namelookup}\nConnect time:\t%{time_connect}\nPreXfer time:\t%{time_pretransfer}\nStartXfer time:\t%{time_starttransfer}\n\nTotal time:\t%{time_total}\n' "http://images.apple.com/ipad/images/product_title.png" -o /dev/null |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment