Efficient database usage – improving workflows and queries
In this section, you will learn how to improve database queries and workflows to improve your app’s performance. Part of this process is understanding the key concepts involved and the mindset, and part of it is implementing a few specific practical techniques to reduce the app loading time and improve performance when using databases and workflows inside your Bubble application.
The mindset
Now, let’s start with the mindset part. The key here is to make it simple; of course, this is obvious advice, but trust me – it is very easy to overcomplicate and overengineer an application; your goal will be to focus on how to create things in a simple and minimized way. When talking about workflows, how can you reduce the number of steps? How can you reuse similar actions in different parts of the application? How can you make it less complex? When talking about databases, how can you make the database...