Hey all,
Glad the custom list with visibility worked well!
For performance with large databases (as Dilon mentioned), yes, complex visibility conditions with filters in lists can slow things down.
Here are some quick tips for maintaining good performance:
-
Use simple or native lists if possible (faster than custom, less processing).
-
Avoid nested lists.
-
Turn on (Load Items as User Scrolls) or (Pagination) options (limits loaded items).
-
Make sure database collections are structured properly, in order to separate information types into different collections. This post would be helpful in database structuring: A Practical Approach to Structuring Collections in Adalo