Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bad performance of the enterprise architect extension #8

Open
jmmorato opened this issue May 16, 2018 · 1 comment
Open

Bad performance of the enterprise architect extension #8

jmmorato opened this issue May 16, 2018 · 1 comment

Comments

@jmmorato
Copy link

Steps to reproduce:

  • Open enterprise architect
  • Choose menu -> Extensions -> IDL 4 -> generate IDL

Current Result:
It runs 4-5min for the model

Expected Result:
It should run max 30 sec

Additional Info:
We are using EA with a SQL Server and it seems that every object create a separate connection to the DB

@jmmorato
Copy link
Author

Using repository.EnableCache = true; improves the loading time but the main issue for us is because the plugin loads the full module and there is no option to load a specific package. As we have the full project design in the same repository the plugin is taking a lot of time loading models that never will be used for the IDL generation.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant