Created
June 30, 2022 09:42
-
-
Save leongkui/fc8cb270dee2ddeaea94423e07b5e9cf to your computer and use it in GitHub Desktop.
CURL as Googlebot
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 -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