Performance of Nginx as reverse proxy for Hasura - 7-50x slow
Reinis Rozitis
r at roze.lv
Fri Nov 13 11:10:23 UTC 2020
> 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
More information about the nginx
mailing list