Committing, deploying and running project taking more than 10mins

0
Hi All,   I am working on an application in 9.24.16 version of Mendix. When I make changes like adding a new entity or a new attribute in an existing entity, or many similar changes then the program takes more than 10mins to run.  Similarly the program takes more than 8  mins to commit, create package.  We are also facing a not responding message very frequently while working on the application or opening a new branch
asked
2 answers
0

This might get caused by some large objects/documents/resource-content/images. Check your application's project directory for large files, lose all the widget/com.mendix.widget.native*.* if you do not use Native anyway.

If this is an old project with thousends of commits, then lose the history. You can use TortoiseSVN for this (cf. Troubleshooting Version Control and Team Server Issues | Mendix Documentation and System Requirements | Mendix Documentation) but at your own risk ofcourse (thanks Leander)

If these option bring no relief, then create a new project, an copy-paste your current project into it by overwriting the .mpr of your bigslowapp to the .mpr of your newshinyapp and then copy/paste each widget that MendixStudio is complaining about.

 

answered
0

Hi Nausheen,

 

Try with another studio pro version and check if the same issue is happening. If so please check your hardware configurations. 

If your hardware configuration is sufficient please try to restart your machine and then clear the catch and temp file then try.

answered