You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm working with Keycloak, which is a big code base.
Opening the project is quite frustrating: it takes 5+ minutes for the things to settle down. It seems that just closing and reopening vscode with the project open will take very long as well, at least if there are any changed files (like after small git pull).
I wonder if too much of the code base is compiled since the compilation also shows errors for modules that are not shown when compiling with maven on command line (which takes 2 minutes btw). Maybe the active maven profile is not obeyed? Keycloak code base might have some maven modules that are not maintained anymore and it would be desirable to include only the relevant ones.
I would appreciate any pointers on how to troubleshoot and optimize the performance of opening a big project such as Keycloak.
@tsaarni the keycloak project includes 240 maven projects. You can try to include only required projects.
For instance, you can add the following property:
I'm working with Keycloak, which is a big code base.
Opening the project is quite frustrating: it takes 5+ minutes for the things to settle down. It seems that just closing and reopening vscode with the project open will take very long as well, at least if there are any changed files (like after small git pull).
I wonder if too much of the code base is compiled since the compilation also shows errors for modules that are not shown when compiling with maven on command line (which takes 2 minutes btw). Maybe the active maven profile is not obeyed? Keycloak code base might have some maven modules that are not maintained anymore and it would be desirable to include only the relevant ones.
I would appreciate any pointers on how to troubleshoot and optimize the performance of opening a big project such as Keycloak.
Thank you!
Environment
Steps To Reproduce
Current Result
Expected Result
Additional Informations
The text was updated successfully, but these errors were encountered: