federicoiosue/Omni-Notes

The main activity may have a performance bug

Opened this issue · 1 comments

apk version: 6.3.1
Android version: 10.0

I was running Omni-Notes on an Android emulator and noticed that the CPU load is high when I am on the main activity.

image

However, the CPU usage on the settings page appears to be normal.
image

It may be related to a couple of reasons:

  • object leaks (there are many actually, due to static variables usage) but this should impact just memory usage
  • startup processing that happens when you open the app and stuffs like reminders are checked, but this would need more verification