Apollo Server response much slower when using Apollo Client (compared to axios or local graphql client)

Hi all,

I noticed that my response times are relatively slow (avg 700ms, local) when I use Apollo Client to query my Apollo server. When I try running a query through curl/axios/any other graphql client, I get a response time that is expected (around 100ms, local).

Anyone an idea what the cause might be (be it the client or server - or something completely else)? Or any tips on how to debug this?

Thanks!

1 Like

Did you find a solution ?