[SalesForce] MavensMate Slow Compile Times

I've recently started using MavensMate, joining quite a large existing project. When working with a developer edition org, compilation times with mavensmate were fast and there was no issues. However with the larger project I'm seeing some extortionate compile times for both apex classes and visualforce pages, in the region of 2-3mins. Sometimes the process appears to just hang, and I have to close it and try again. I've tried enabling/disabling the tooling api in project settings to no avail. Does anyone have any idea what may be causing the issue?

Edit:
Even refreshing a file from the Salesforce server seems to exhibit the same behaviour. Refreshing metadata container works fine. May have to switch to Eclipse until I can find a solution to this.

Best Answer

Under the Mavensmate dropdown list select Utilities > Refresh Metadata Container. That usually fixes it for me.

Related Topic