@Support
Suppose, LoggedInUser has many attributes in different types, including profile picture, signature and lots of attributes.
Does Aware load and keep all these attributes in memory during all the sessions?
If yes, does it make sense to make LoggedInUser as small as possible and transfer the rest to another object with 1-to-1 relationship, for efficiency purpose?