> Recently noted that when proxying Hasura for the https support reduces the 
> speed to 7-50x times! More information including tcpdump available in 
> https://github.com/hasura/graphql-engine/discussions/6154

Looking at the github discussion - you are comparing http vs https. 
Since you are not setting using keepalive 'ab' does the ssl handshake for each 
request. Try with 'ab -k ...'. 

rr

_______________________________________________
nginx mailing list
nginx@nginx.org
http://mailman.nginx.org/mailman/listinfo/nginx

Reply via email to