Skip to content

Instantly share code, notes, and snippets.

@erayarslan
Last active November 29, 2016 08:10
Show Gist options
  • Save erayarslan/e6ae8a7e4e26efcf13c91a6fb7c49bf1 to your computer and use it in GitHub Desktop.
Save erayarslan/e6ae8a7e4e26efcf13c91a6fb7c49bf1 to your computer and use it in GitHub Desktop.
fetch as google with curl
curl --user-agent "Googlebot/2.1 (+http://www.google.com/bot.html)" -v http://thisistest.site/entry/953
curl -o /dev/null -s -w "%{time_connect} + %{time_starttransfer} = %{time_total}\n" http://thisistest.site/entry/953
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment