Hello, Im building an app with cloud functions (HTTP) for the first time. I've seen that although I have functions with up to 5 firestre queries the response time is actually pretty good. There are functions that the average runtime is of 200ms and thats great.
My question is why every first time I call the function always gets a long response time, and then the next calls are so more fast than the first one. Heres my average response time for one of my functions, the other ones are pretty the same, 1 long time load and then everything fast:
Im still in development but I wonder if there's a way to always get the average response time after a long period of the function not being used.