Hello,
I’ve set up a very simple app where I can create and list rooms for bookings.
I have a test demo with 3 rooms in my collections.
Most of it, setup through a GraphQL schema upload.
It works great but I’m worried about response times I’ve been getting with very basic operations.
I have a allRooms
query that returns a paginated set of rooms and I’m getting sometimes 4
sec request times. Seems like once it’s hot
it gets faster and reached 800ms
range but still that’s pretty darn slow.
Is it just what to expect with fauna, or is it because I’m using free tier?