17 seconds to get a "success" response from Bubble? External API Call

I have a “POST” backend api call that I make from an external server. The workflow in my bubble api is very simple, just create a log of the data I receive, which is small.

It sometimes takes up to 17 seconds to respond. Is there anything I can do to speed it up? Is it a warmup issue?

How large is the data type? How many records? The more constraints you use and the better your privacy rules the faster it’ll be.

Use user auth api keys + privacy rules it’ll speed it up a ton so you aren’t searching the whole DB.