A command-line tool for breaking down and analyzing HTTP requests. A web-based version of the tool also available here.
Breakdown is a CLI tool that helps you analyze HTTP requests, providing detailed information about request headers, response times, and other connection details.
You can install the package via composer:
composer global require picperf/breakdown
breakdown <url>
- time-to-first-byte (TTFB)
- response size
- redirects
- TCP connection duration
- TLS handshake speed
- DNS lookup time
- ...and maybe more!
The MIT License (MIT). Please see License File for more information.