Pinned Loading
-
check what a URL redirects to
check what a URL redirects to 1check_redirect () {2echo "- Redirect chain for $1 - ";
3wget $1 2>&1 | grep Location:
4echo;
5}
-
curl command to check the time to fi...
curl command to check the time to first byte 1#!/bin/bash2# file: ttfb.sh3# curl command to check the time to first byte4# ** usage **5# 1. ./ttfb.sh "https://google.com"
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.




