Replies: 1 comment
-
Thanks for the question. It's difficult to help without more details, but you can profile your app with: https://platform.uno/docs/articles/guides/profiling-applications.html This will give you more insights into what's causing the performance issues. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello, I have created a sales application with uno, it is used to create sales orders in an ERP, so it calls a lot of http requests, has its own SQLite database and deals with a lot of data.
Regarding the local database, I am using EF Core, because it has better performance and way more capabilities than SQLite.NET. Main purpose of the local database is to make searching Customers and Items faster, than it would be when calling api every time.
The problems I have encountered is that the application uses a lot of memory on android and has poor performance. Sometimes the app becomes unresponsive (I have not determined the exact cause yet, but I am blaming it on high memory consumption).
I am seeking suggestions on how to make the app more performant and memory friendly, I have looked at this article and did most of the things as best as I could.
Please tell me what additional info needs to be provided and thanks in advance.
Beta Was this translation helpful? Give feedback.
All reactions