Save action is taking around one minute

Issue #760 resolved
Shabab Farhat created an issue

Since last update, save action is taking around one minute to save a lightning component.

Comments (9)

  1. Scott Wells repo owner

    Shabab, would you mind adding debug logging (Help>Debug Log Settings) for the following so I can see where the time is going?

    #com.illuminatedcloud.intellij.builder.ForceComBuilder
    #com.illuminatedcloud.intellij.builder.ForceComBuilderUtil
    #com.illuminatedcloud.intellij.builder.ForceComMetadataApiDeployer
    #com.illuminatedcloud.intellij.builder.ForceComToolingApiDeployer
    

    Once you've reproduced the long-running deployment, please attach or email me your idea.log (Help>Show Log in Explorer/Finder/Files). I have a guess about what it is but want to 100% confirm it via the detailed debug logs.

    Thanks!

  2. Scott Wells repo owner

    Yep, as expected, it's tied to an update I made to parallelize metadata enumeration during conflict detection. I'll restore the exact original behavior during conflict detection and include that in a build for later today. Thanks for providing the log to confirm!

  3. Scott Wells repo owner

    For what it's worth, here's the incriminating line from the log:

    2017-10-25 15:41:57,955 [21437844]   INFO - ij.builder.ForceComBuilderUtil - Enumerated metadata for connection PPL-DevRGRPSF in 50s 94ms. 
    
  4. Scott Wells repo owner

    Let me know if you still see long deployment/save times after updating to the build I just posted. Hopefully that fully restores the previous performance characteristics (and is ideally an improvement when deploying larger set of heterogeneous metadata).

  5. Log in to comment