From abff9305bc652543f729a5637d3c0761cbaf02bf Mon Sep 17 00:00:00 2001 From: Philipp Schuster Date: Mon, 13 Mar 2023 13:41:05 +0100 Subject: [PATCH] Add ttfb This adds the ttfb utility. ttfb is a CLI-Tool to measure the TTFB (time to first byte) of HTTP requests. --- readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.md b/readme.md index 7aa48da..4d74ce8 100644 --- a/readme.md +++ b/readme.md @@ -350,6 +350,7 @@ Inspired by the [awesome](https://github.com/sindresorhus/awesome) list thing. - [acmetool](https://github.com/hlandau/acmetool) - Automatic certificate acquisition for ACME (Let's Encrypt). - [certificate-ripper](https://github.com/Hakky54/certificate-ripper) - Extract server certificates. - [neoss](https://github.com/PabloLec/neoss) - User-friendly and detailed socket statistics. +- [ttfb](https://github.com/phip1611/ttfb) - CLI-Tool to measure the TTFB (time to first byte) of HTTP requests. ### Theming and Customization