thank you! we just grab the timings info for the request from the underlying HTTP library, and sprinkle some ASCII art on top. That part was inspired by httpstat [1]
We want to extend those with support for Server-Timing next, and also Core Web Vitals [3] (via Playwright) for web pages.
Comments
Nice project. How are the request waterfalls done?
thank you! we just grab the timings info for the request from the underlying HTTP library, and sprinkle some ASCII art on top. That part was inspired by httpstat [1]
We want to extend those with support for Server-Timing next, and also Core Web Vitals [3] (via Playwright) for web pages.
1. https://github.com/reorx/httpstat
2. https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Se...
3. https://web.dev/vitals/