Getting the performance issue while running the application.

0
Hello Everyone,I'm using 10.24.5 mendix version so I have created blank application so I run the application so without taking so much time it is running so I created another one application in same version and I import the module package and configured but while the running the application it is taking so much time to run even if i made small one change and compiling again so again it's taking 5-10 mins to run the application what can be the issue in my module can anyone suggest what can be the root cause of this issue.Please suggestions.
asked
1 answers
2

Hi Umesh Mane


This is very generic and difficult to say but I can suggest you to worth checking


1.Heavy After Startup Microflow: check whether startup is there if yes then remove and check , if you see improvement then later on fixes can be done.

2.Multiple Java actions and Marketplace dependencies: Mendix needs more time to,Compile Java,Sync database,Load metadata

3. Scheduled Events Running at Startup: Check this also!!!

4.Database sync: sometime if your application have huge number of tables and relationship yo can face slowness.



If this doesnt work kindly share the logs!!


answered