Performance Issue while sychronizing the data in native app

0
  Hi Team,  We are facing an issue while synchronizing the data in native app.  When large data is being synchronized, the homepage takes more time to appear to the user.  Here, users have to wait more time to view the homepage.  Any suggestions to fix this issue?.  Thanks in advance    
asked
1 answers
1

Hey Stella, depends what kind of solution you are looking for!

 

You can try to limit the data synchronized to the server if you want to speed up the process, this can be done by only selecting the entities that need to be synchronized instead of the synchronize all option, or to limit the amount of data the user has on their device using Xpath under the Navigation > Configure synchronization.

 

If this isn't an option you can show the user a loading screen with a message that the device is synchronizing, when opening the app this can be also done in a splash screen.  

 

https://docs.mendix.com/refguide/synchronize/ 

answered