view gui_ze/time_to_first_byte.sh @ 24:7d3fa1a7a854

[GuiZe] Support x86 chip for bun.
author June Park <parkjune1995@gmail.com>
date Tue, 07 Oct 2025 09:13:29 -0700
parents 2d0d0b6c8906
children
line wrap: on
line source

#!/bin/bash
set -euo pipefail

URL="${1:-http://seobeo.babocoder.com/}"

curl -o /dev/null -s -w 'namelookup: %{time_namelookup}s\nconnect: %{time_connect}s\ntls: %{time_appconnect}s\nrequest: %{time_pretransfer}s\nTTFB: %{time_starttransfer}s\ntotal: %{time_total}s\n' "$URL"