I’m stumped (and frustrated).
I have a RG within my app which shows a list of things (activities) grouped by ID. Within each RG line item, the user is able to click a “plus” icon, which adds a new “thing” to the database table - ultimately increasing the count found within the same RG line item (which shows a sum of all “things” with the same ID).
Prior to making a few changes, the “count” within the RG line item would update IMMEDIATELY upon clicking the “plus” icon. This is mission-critical for the user experience. Now (after making a few changes) it takes up to 5-10 seconds for the “count” to update after clicking the “plus” icon.
The thing is, I’ve retraced my steps and I can’t figure it out. Frankly, it seems like a glitch that it’s update-speed would change so drastically with no obvious reason. Incredibly frustrating after specifically building out the database structure in such a way that would avoid this issue (and HAD avoided it, previously). I’m well over 100 hours into the build-out of this app, and this single issue could be the Achilles heel if I can’t get it to load quickly again.
Please help . I can provide someone with access to the app, as well as the exact time you can revert back to, to see it working correctly.
Any ideas?