Run locally very slow, any ideas?

0
Hello there, My projects are getting quite big and start to take like 5-10 minutes to just run locally. Ive tried making as much reusable code as possible. Cleanup all the unused widgets. All the unused microflows/pages etc. I got alot of jar files but I couldnt find any good way to clean that up without making sure i dont delete anything i need. Maybe someone knows a good way to clean the java files that are not in use? And maybe someone has any other ideas how to make things quicker?
asked
3 answers
2

For large projects, always make sure you have an SSD drive in your pc/laptop.

Also, don't use the build in DB but something like postgres.

To clean up the jar files, make a new empty project in the Mendix version you are currently using. Then import all the Modules you use in your current app from the app store.

Backup your old folder containing all the jar files and empty the folder. Then copy all the jar files from your new project.

If something is missing you can always grap a jar from your backup.

 

answered
1

Mx7 is just much slower then Mx6 IMHO. We moved from Mx6 to Mx7 a couple of weeks ago and noticed that running the app took twice as much time as before. We are now in the 15 minutes range before the model has started. And for some reason I feel that doing restarts are also less efficient (ie doing a complete proces instead of just updating what has changed). Overall productivity has decreased at our office due to the upgrade.

Regards,

Ronald

 

answered
0

Are you using the built-in-database with lots of data?

answered