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

long wait time for display of node types #16

Open
ltalirz opened this issue Jan 22, 2020 · 2 comments
Open

long wait time for display of node types #16

ltalirz opened this issue Jan 22, 2020 · 2 comments

Comments

@ltalirz
Copy link
Member

ltalirz commented Jan 22, 2020

As discussed during the Materials Cloud meeting - it takes a long time for the left sidebar of the grid to appear
https://dev-www.materialscloud.org/explore/hcofs-co2/grid/calculations

@asle85 Can you point me to the code of the AiiDA queries that are in operation here?

@elsapassaro
Copy link
Contributor

The REST API query that takes a long time is the following:
https://dev-aiida-dev.materialscloud.org/hcofs-co2/api/v4/nodes/full_types,
which calls the following code:

from aiida.restapi.common.identifiers import get_node_namespace
return get_node_namespace().get_description()

@ltalirz
Copy link
Member Author

ltalirz commented Apr 20, 2020

Unfortunately I did not quantify "a long time" here.
My feeling is that it has already improved quite a bit (and I think optimizations were done on the AiiDa side (?) ).

Anyhow, loading the page overall still takes a pretty long time...

@ltalirz ltalirz transferred this issue from another repository Nov 28, 2020
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

2 participants