|
|
|
|
|
by kgersen
1380 days ago
|
|
Beware of a performance hit (in term of bps not req/s) if you push big data with Caddy. Go implementation of HTTP/2 already took a /5 hit over http/1.1 (Go http/2 implementation is 5x slower than Go http/1.1) With HTTP/3 our early benchs indicate /2 ot /3 from HTTP/2 (so /10 from http/1.1) |
|
Most users do not operate at nearly the volume required to feel the impact, including enterprises.
Would be interested in repeating your experiments and knowing your real world use case and seeing how similar they are.
[0]: https://github.com/lucas-clemente/quic-go/issues/3526