Skip to content

Instantly share code, notes, and snippets.

@dc2447
Created August 12, 2012 22:50
Show Gist options
  • Save dc2447/3335119 to your computer and use it in GitHub Desktop.
Save dc2447/3335119 to your computer and use it in GitHub Desktop.
Test if an asset is faster or slower from the Akamai cache
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