1
0
mirror of https://github.com/jaygooby/ttfb.sh synced 2025-12-10 16:07:22 +01:00

Typoooooooos

This commit is contained in:
Jay Caines-Gooby
2019-03-26 20:05:35 +00:00
parent 47b33caf62
commit 58209f3838

View File

@@ -37,7 +37,7 @@ Examples:
```
$ ttfb example.com
DNS lookup: 0.523402 TLS handshake: 0.000000 TTFB including connection: 692724 TTFB: .692724 Total time: 0.693508
DNS lookup: 0.523402 TLS handshake: 0.000000 TTFB including connection: 0.692724 TTFB: .692724 Total time: 0.693508
```
```
@@ -94,6 +94,6 @@ on `bc` and `column` commands.
# TODO
* [ ] Sort output by fasted TTFB when multiple URLs are supplied
* [ ] Sort output by fastest TTFB when multiple URLs are supplied
* [ ] Colour code the `TTFB:` figure in the standard response, according to the speed of the response.