My first attempt at learning Go. This is a tiny command-line tool to measure a website’s loading speed — specifically the Time-To-First-Byte — with the option to grep through the body and headers of HTTP requests.
Instead of fiddling endlessly with loops and curl scripts, I built this as a clean, reusable tool. And honestly — also just to learn Go.
Highlights
- HTTP client
.env-based configuration- Interactive CLI for input
- Accurate response-time measurement
Binaries available for Linux and macOS.
Venomen/ttfb
go tool for testing website speed and body search. Contribute to Venomen/ttfb development by creating an account on GitHub.