Advantage and disadvantages of dynamics data

hey Guys!

I am currently getting ready to build an app that will require a lot of storage.
I would like to know what are the advantages and disadvantages of using dynamics data for building my entire app? will this make my app run slower? will this be more data storage consuming?
(I want to build it this way since I plan on having translation in other languages ENG,FR,SPA,…).

It really depends what sort of dynamic data you’re wanting to display in your app and how you pull that information.

But generally speaking, if you’re wanting to implement multi-lingual apps, then use Bubble’s built-in translation function (aka app text).

If you have a lot of static lists of information that aren’t too long, then you can use option sets.

In both of those cases above, all of that text will be loaded in the underlying codebase when your page loads, and therefore will load quite quickly.

If you need to do a lot of lookups to your database, then the page load speed will be impacted. But of course, there are ways to optimise this.


Josh @ Support Dept
Helping no-code founders get unstuck fast :rocket:save hours, & ship faster with an expert :man_technologist:on-demand

I post daily about no-code and Bubble on Twitter Follow Support Dept on Twitter

Thank you so much for your advices

1 Like