Mendix GIT issue

0
My Mendix app (version 10.24.3) is around 6 GB in size, and it takes approximately 1 hour to download/upload to the Team Server. Can someone suggest ways to improve download/upload speed? Also, how can I remove unused microflows and pages from my entire app?
asked
1 answers
0

Hello,

A 6 GB Mendix project will naturally take longer to download/upload, but you can improve speed by using a stable high-speed connection, committing smaller changes more often, and cleaning up unnecessary large files (like unused images, videos, or duplicate JARs in /userlib).

If your project is large and you want to remove unused microflows/pages, Mendix has a built-in option to find them.

Go to Edit → Find Advanced… (as shown in your attached screenshot)image.png

 

This will list all unused elements in your project. Double-click any item to check if it’s really unused (be careful, because some may be called dynamically and won’t appear as used).

 

Regards

Reemali

 

answered