Hello! I’m fiarly new to Adalo…been working in it for the last 2-3 months. I’m building a pretty simple app that has a a screen with a list. When the user performs an action, the item in the list is updated to reflect the action occured. (Custom action that increments the count by 1 each time the action occurs, determines whether the item should continue to be displayed, and where necessary toggles a True/False db field related to display of said item.)
It was working great for awhile until Adalo released some app performance improvements in early June that changed the time it takes for the list item to refresh. (Confirmed with Adalo support)
On recommnedation, I added a blank redirect screen and, on click, I now redirect to that screen and then redirect back to the original screen. Sometimes this works well…other times there is a delay of up to 10 seconds before the refresh occurs.
I also tried making a copy of the original screen. (Screen 1 and screen 2) If I redirect from screen 1 to screen 2, and vice versa, I seem to have better and more consistent results…though still not perfect.
I should also add that I experience significantly more sluggishness when using a custom list vs simple list…but simple list lacks the number of icons I need for actions.
Any thoughts on how I can make this more performant? (Occur closer to realtime…at least with the screen refresh)