performance issue: do not trigger unnecessarily graphql/rdf queries (i.e. preview) #1193
Closed
2 tasks done
Labels
bug
Something isn't working
Describe the bug
Calling up the preview page triggers unecessarily graphql and subsequently RDF queries. 👀
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Trigger the relevant queries only avoiding the unnecessary ones. This helps to offload the endpoint and gain speed at the same time...
Environment (please complete the following information):
Additional context
- Themes (whole list of Themes not needed here)
visualization-tool/app/graphql/query-hooks.ts
Line 1533 in 28b8e9a
- Organizations (whole list of Organizations not needed here)
visualization-tool/app/graphql/query-hooks.ts
Line 1545 in 28b8e9a
- DataCubes (whole list of Published DataCubes not needed here)
visualization-tool/app/graphql/query-hooks.ts
Line 1270 in 28b8e9a
NB: The same might happen in other places / on other pages as well.
The text was updated successfully, but these errors were encountered: