I'm on the free tier of graph.cool using the frame...
# prisma-whats-new
s
I'm on the free tier of graph.cool using the framework, and I notice that the duration of my requests can be all over the place, anywhere from 100ms to 5000ms for the same request. I assume this is because of the free tier?
a
@steveb Is that for a legacy project or a Framework service?
s
framework
a
Might be due to AWS Lambda cold start issues. Do you see the delays after not calling the function for quite a while?
Or also when calling the same function a number of times in a row?
l
I was going to mention cold start. I bet you're right.
👍🏻 1
a
If that's indeed the case, I think a FR is the right thing to do.