I have a simple POST API call configured in the API connector to an endpoint which sends 1 field. As per Bubble’s documentation What contributes to workload? - Bubble Docs, each outbound API request should cost 0.1 WU.
For me, it costs 0.7 WU and I can’t understand why. It’s not the bytes of the call because I am only sending around 100 bytes. Even if it was 1000 bytes, that’ still not 0.6 WU to add up.
There is nothing else on the page. No dynamic data, no elements. It’s a blank page with 1 Workflow to run the API connector action on page load. I am looking for any suggestions how to optimize this as I expect to be making thousands of calls per day.
Sounds legit but then the documentation Bubble provides is completely misleading.
@adamhholmes It’s an API Connector plugin action that sends a POST to an external endpoint with some data. For the test, it’s only 1 field of data https://i.imgur.com/dSnjW1H.png