Releases: pavel-rossinsky/time-to-first-byte
Releases · pavel-rossinsky/time-to-first-byte
v22.48.03
Added a new optional parameter -q allowing to append a query string to each URL
./ttfb.sh -f sample_urls.txt -i -q perf_test=github
"Counter" "HTTP Code" "URL" "TTFB (ms)" "Server Time minus Latency (ms)" "Latency (ms)"
1 200 https://github.com/?timestamp=1669745653&perf_test=github 150.72 12.13 27.05
2 200 https://stackoverflow.com/?timestamp=1669745653&perf_test=github 209.88 107.72 20.07
3 200 https://www.amazon.de/?timestamp=1669745654&perf_test=github 217.65 106.11 22.00
4 301 https://google.de/?timestamp=1669745655&perf_test=github -
5 301 https://facebook.com/?timestamp=1669745655&perf_test=github -
6 200 https://en.zalando.de/?timestamp=1669745655&perf_test=github 196.94 76.92 21.25
7 200 https://www.xxlgastro.de/?gclid=test_gh×tamp=1669745655&perf_test=github 597.87 438.08 29.57
8 200 https://stackoverflow.com/?timestamp=1669745656&perf_test=github 218.50 106.17 22.00
Pages visited / evaluated / skipped: 8 / 6 / 2
Total time elapsed: 1.59 s
Avg TTFB: 265.26 ms
Avg server time with latency: 164.84 ms
Avg network latency: 23.66 ms
Avg server time minus latency: 141.19 ms
Avg server time minus latency*2: 117.53 ms
v22.48.01
Updates:
- Fixed the bug when -r and -l flags do not work correctly together
- Fixed the bug when the limit exceeds the number of lines in the file
- Improved output formatting
- Removed the support of measuring one standalone URL
- Updated the documentation
- Added a new metric "Avg server time with latency"
- Added a new metric "Avg network latency"
- Added a new metric "Avg server time minus latency".
Release 4
22.23.04 Update the documentation
Release 3
22.23.03 Updated the documentation