Backend Database API calls when page loading

@anon78309838 @Ben

How does the API call to database in general work in Adalo?

Is it download call at will? or cache certain data and show / use in the App?

We have a parent collection and a child collection. Every time we go to the page where we show all the child collection data as a list, a backend API call is made and all data is retrieved for display.

Does Adalo cache those data and show accordingly OR does it go to the DB for every request?

It loads from the database everytime.

1 Like

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.