DEV Community

Discussion on: Creating a Serverless API with Azure Functions and MongoDB

Collapse
 
djnitehawk profile image
Dĵ ΝιΓΞΗΛψΚ • Edited

8.73 seconds for POST
52.01 seconds for PUT

is this typical when working with azure functions?

or is low latency out the window when working with azure functions?

Collapse
 
willvelida profile image
Will Velida

Which function did you run first?

I find that when I run Functions locally, it does take a while for the initial execution, then subsequent executions are a lot quicker.

Once deployed, Functions on the Consumption plan can take a while to execute (cold starts).

Collapse
 
djnitehawk profile image
Dĵ ΝιΓΞΗΛψΚ

ah i see...
btw i was just looking at your postman timings.