Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The main activity may have a performance bug #967

Open
XixianLiang opened this issue Mar 26, 2024 · 1 comment
Open

The main activity may have a performance bug #967

XixianLiang opened this issue Mar 26, 2024 · 1 comment

Comments

@XixianLiang
Copy link

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

@federicoiosue
Copy link
Owner

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

@federicoiosue federicoiosue added Improvements Maintenance Actions to be taken in account to keep the app updated and compliant with Play Store policies Development and removed Maintenance Actions to be taken in account to keep the app updated and compliant with Play Store policies labels Apr 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants