Improve performance to load data from external database

Hi,

I’m using API connector to connect with mongodb as external database. For I’m having issues to load repeating groups that are using thousands of records and takes more than 10-15 seconds to load.

Any suggestion on how to improve? Has anyone tried pagination on bubble (front end) and mongodb (back end) to improve performance?

Thanks.
Best,

Hi,

Any repetitive groups which are loading thousands of records will be slow, even with native bubble database. I would either set up a pagination or gradually load results.

Always aim to load only data only required at that point.

1 Like

Thank you Robertas.