> > Recently noted that when proxying Hasura for the https support reduces the speed to 7-50x times! More information including tcpdump available in<br />> > <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 />(Apologies for the delay due to Diwali)<br /><br />As noted in https://github.com/hasura/graphql-engine/discussions/6154#discussioncomment-131629 your insights were really helpful. <br /><br />Keep alive works for other REST services, but not working for Hasura. (Keep-Alive requests:    0 Vs Keep-Alive requests:    200 for other services). Is Keep-Alive anything to do with the response headers of Hasura or its POST request?<br /><br />But, even with keep-alive, usual performance of http vs https through nginx is around 50-100 times slow for any services. Are there any optimization approaches for the same? TIA<br>