Previously many attributes on User were read using wrappers in CurrentUserManager. These wrappers would do lots of context allocation. Get rid of the wrappers, and have the end users just read from the User object directly.
Testing:
Verified that it was still possible to change goal notification settings
Previously many attributes on
User
were read using wrappers inCurrentUserManager
. These wrappers would do lots of context allocation. Get rid of the wrappers, and have the end users just read from theUser
object directly.Testing: Verified that it was still possible to change goal notification settings