What in your app consumes the most Workload Units

I’m curious where most of the workload usage for most apps is going.

Is it…

Where are most of Your Workload Units being Consumed?
  • Data Fetches (ie: Searches)
  • Data Writes (Create New Thing/Make Changes to Thing/Delete Thing)
  • Scheduling backend workflows
  • API Calls (You replaced Bubble DB with an external)
  • API Calls (You rely on a daily ‘dump’ of data from an API call)
  • Conditional Checks
  • A single data type used for change history or other type of ‘history’ of events like notifications
  • Other
0 voters

Thanks in advance for the input.

bulk updates are the major spikes in most of my bubble apps

the actual workflows are very efficient but whenever I need to change 10000 things to fit new/adjusted logic that can be quite expensive with WUs

1 Like

fully agree with that.