Some of our queries like ActiveAccounts are getting massive. For UI purposes, we're pulling far more data than necessary. Instead of including group details with accounts, we should pull just what is going to be initially displayed in the table. We can subsequently pull additional info if/when a user interacts with that element. ActiveAccounts is just an example of one of the worse offenders. There may be other sections that also need attention.
Some of our queries like ActiveAccounts are getting massive. For UI purposes, we're pulling far more data than necessary. Instead of including group details with accounts, we should pull just what is going to be initially displayed in the table. We can subsequently pull additional info if/when a user interacts with that element. ActiveAccounts is just an example of one of the worse offenders. There may be other sections that also need attention.