You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We need to do a deeper dive into memory management and general performance to ensure we're initialising objects at the ideal time to balance out the speed of launch but also ensuring we're not unnecessarily capturing expensive items in memory when they're not yet needed.
We should also make sure there are no memory leaks within the component.
The text was updated successfully, but these errors were encountered:
We need to do a deeper dive into memory management and general performance to ensure we're initialising objects at the ideal time to balance out the speed of launch but also ensuring we're not unnecessarily capturing expensive items in memory when they're not yet needed.
We should also make sure there are no memory leaks within the component.
The text was updated successfully, but these errors were encountered: