Skip to content

HTTPS performance #25066

Answered by sebastienros
gdinak asked this question in General
Aug 20, 2020 · 2 comments · 1 reply
Discussion options

You must be logged in to vote

This is expected, and known. We already track this metric, and here is our result on Windows with a Json payload:

Also your example is theorically a best case, since you are reusing connections. It might be worst in production if you have short lived connections, as the https handshake will be re-executed.

You might try to see if adding an ssl termination proxy like nginx would improve the performance, but it might not be the case depending on the actual load you get.

This kind of "issue" is hardly actionable, as you obviously can't get as fast as without https, and it's hard to say what is "acceptable". Also depending on the payload and the server-side code results will change.

Our curr…

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@gdinak
Comment options

Answer selected by gdinak
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
3 participants