I’m a complete novice to both Fauna and Netlify. I’ve built a first test db with only 2 entries, and a very simple Netlify function to request the data. Both when running locally and when deployed I get on average 2.5s response times to get the data. Another function deployed that calls a public API with much more data has avg 600ms response so that’s what I compare it with.
Do you have any steps I can go through to understand the time thief? Is it faster to skip the graphQL piece?