How does Caddy perform on low traffic sites?

I’ve posted my benchmarks you can check out as well at

How quick ? Depends if you’re looking at TTFB, first meaningful paint and other metrics which make up initial perceived page load times versus actual page load times. But as @matt stated also do you own tests to compare. I recommend webpagetest.org for doing page load tests across several geographic regions. You can also leverage webpagetest.org’s API to script testing as well which is what I do so I can see how incremental tweaks and tuning affect page load speeds.

There’s some many varieties/forks of wrk but do any actually support HTTP/2 based HTTPS ? Probably to test HTTP/2 based HTTPS, to use nghttp2’s h2load load tester https://nghttp2.org/documentation/h2load-howto.html ?

1 Like