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
There have been more complains about the app being slow to start recently. Not sure if it's due to a recent change or something else but we should investigate.
We should add debug statements on starting code to find out which parts are slow
Then an option to enable/disable this feature (disabled by default)
Spec
We can use something like timerPush/timerPop from utils/time.ts to wrap statements. For example:
All statements should be logged to a separate file in the profile folder, for example profiling.txt. timerPush/timerPop will have to be modified to log to file.
The text was updated successfully, but these errors were encountered:
There have been more complains about the app being slow to start recently. Not sure if it's due to a recent change or something else but we should investigate.
Spec
timerPush
/timerPop
fromutils/time.ts
to wrap statements. For example:profiling.txt
. timerPush/timerPop will have to be modified to log to file.The text was updated successfully, but these errors were encountered: