Skip to content

Instantly share code, notes, and snippets.

@leongkui
Created June 30, 2022 09:42
Show Gist options
  • Save leongkui/fc8cb270dee2ddeaea94423e07b5e9cf to your computer and use it in GitHub Desktop.
Save leongkui/fc8cb270dee2ddeaea94423e07b5e9cf to your computer and use it in GitHub Desktop.
CURL as Googlebot
curl -w 'nLookup time:t%{time_namelookup}nConnect time:t%{time_connect}nPreXfer time:t%{time_pretransfer}nStartXfer time:t%{time_starttransfer}nnTotal time:t%{time_total}n' -A "Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)" https://speedoc.com/sg/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment