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

Importing a model caches all moose groups #482

Open
LABSARI opened this issue Oct 14, 2022 · 3 comments
Open

Importing a model caches all moose groups #482

LABSARI opened this issue Oct 14, 2022 · 3 comments
Assignees

Comments

@LABSARI
Copy link
Collaborator

LABSARI commented Oct 14, 2022

See the method MooseModel>>cachesMooseGroups.
It should cache only most useful groups, not all.

@NicolasAnquetil
Copy link
Contributor

most useful groups could be ModelClasses, ModelMethods, ModelPackages
or we remove all caching ?

@badetitou
Copy link
Member

badetitou commented Oct 17, 2022

When working on a playground, I always use
installWithCache: false

Because I consider that caches will be filled when needed.
For the UI, what's interesting is that people will be able to use the UI faster (after loading the model, no more wait time)

I suppose that Classes and packages are great :-)
Not sure for methods, when having a big model, I expect someone to first search for the class, and then for its methods

@LABSARI
Copy link
Collaborator Author

LABSARI commented Oct 20, 2022

So we can set installWithCache: with false for now.

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

5 participants