You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm exposing LibreSpeed using an Envoy gateway, and speed test results are slower with HTTP/2 and RTT ~55ms. Both gateways are without any settings changes except for externalTrafficPolicy: Cluster.
LibreSpeed is exposed via two gateways: one local (RTT ~2ms) and one remote via tunnel (RTT ~55ms). These are the results (download/upload in mbps):
Local Envoy gateway, HTTP/1.1: 1000/1000
Local Envoy gateway, HTTP/2: 950/950
Remote load balancer (direct to service without proxy), HTTP/1.1: 700/700 - the maximum possible due to the tunnel bandwidth
HTTP/2 speed is consistently slower than HTTP/1.1 with default settings (especially upload), and even with tuning, it's slower than HTTP/1.1, which works at maximum speed.
Is that expected for the gateway to be much slower using HTTP/2? Is there some tuning needed that I'm missing?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
I'm exposing LibreSpeed using an Envoy gateway, and speed test results are slower with HTTP/2 and RTT ~55ms. Both gateways are without any settings changes except for
externalTrafficPolicy: Cluster.LibreSpeed is exposed via two gateways: one local (RTT ~2ms) and one remote via tunnel (RTT ~55ms). These are the results (download/upload in mbps):
The last test was with ClientTrafficPolicy using the following specs:
HTTP/2 speed is consistently slower than HTTP/1.1 with default settings (especially upload), and even with tuning, it's slower than HTTP/1.1, which works at maximum speed.
Is that expected for the gateway to be much slower using HTTP/2? Is there some tuning needed that I'm missing?
Beta Was this translation helpful? Give feedback.
All reactions