So I’ve discovered something pretty problematic:
Tables by default load up all the data, versus Repeating Groups which load up whatever data it needs to load for the amount of entries possible.
I discovered this as the single biggest use of my custom internal tool was ou user page where I have the user table loaded without any filters. This fetch (~13k entries) took up 75%+ of all my Work Units in the app. It’s not even doing anything complicated, fetching a User Table and the associated Profile Table.
Anyone else noticed this?
T