Hi!
I have an event app that has been published on both iOS and Android for almost 4 years. New updates and features have been released regularly. The app has worked great, but recently the native app has become extremely slow. It hangs and takes a long time to load data and screens. In the meantime, the WebApp works great and is faster than ever.
Does anyone have an idea or thought about what could be causing the Native apps to be slow, while the WebApp is not? It is the native apps that I want to be fast.
It seemed very strange that the WebApp is so fast, while the native app is slow. On this forum I read a lot about it being the other way around (better performance on the native app). It also seemed strange that the problem would just suddenly occur without any major changes from the development side.
Here is some more info if it helps to understand the problem:
- The app is an event app
- It is especially the database for the event program that makes the app slow. But it should be added that no other databases are very fast in native.
- I have tried to rebuild the database and re-implement the components in an attempt to improve performance. It did not help.
- I have tried to reduce the amount of data in the database to check if that is the challenge.
Hope you wise people have the opportunity to come up with thoughts, ideas or suggestions for solutions.