Hi there,
I understand that the expected latency for simple queries should be ~200ms. Unfortunately, once I created my graphql schema and when calling a simple paginated query the response time is from 1s to up to 5sec. I’ve using Charles Proxy so capture the package so I can get the times.
I’m using the auto generated relation (paginated), and the responses times are: 1.03s, 2.75s, 4.23s… for a simple 1 to N paginated query.
So my questions are:
- Is there a log in fauna where I can see/get the response times from the graphql calls?
- Can the GraphQL tracing be activated in Fauna GraphQL?
- Is there an actual optimization happening right now to improve response times?
Thanks!