Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save codedsprit/bcd7d9257d67d8bdbb854f02741f8ec1 to your computer and use it in GitHub Desktop.
Save codedsprit/bcd7d9257d67d8bdbb854f02741f8ec1 to your computer and use it in GitHub Desktop.

Revisions

  1. codedsprit created this gist Mar 23, 2025.
    1 change: 1 addition & 0 deletions curl-website-speed-test-with-no-cache.sh
    Original file line number Diff line number Diff line change
    @@ -0,0 +1 @@
    curl -s -o /dev/null -w "%{time_total}\n" -H "Pragma: no-cache" https://gnu.org
    1 change: 1 addition & 0 deletions curl-website-speed-test.sh
    Original file line number Diff line number Diff line change
    @@ -0,0 +1 @@
    curl -s -o /dev/null -w "%{time_total}\n" https://gnu.org