> > Recently noted that when proxying Hasura for the https support reduces the speed to 7-50x times! More information including tcpdump available in <a href="https://github.com/hasura/graphql-engine/discussions/6154" target="_blank">https://github.com/hasura/graphql-engine/discussions/6154</a><br />> <br />> Looking at the github discussion - you are comparing http vs https.<br />> Since you are not setting using keepalive 'ab' does the ssl handshake for each request. Try with 'ab -k ...'.<br /><br />Thank you so much for the insights. Will try that. Thanks again.<br>