-
Notifications
You must be signed in to change notification settings - Fork 6
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
remove unneeded calls to gitlab graphql on the dataset view page #1912
Comments
Let's try to remove the early query to |
This Issue is closed because it is no longer reproducible in the current code base. Upon review, we found that the issue was probably addressed when refactoring dataset components #2415 |
github-project-automation
bot
moved this from In Progress 🧑💻
to Done ✅
in UI Sprints - DEPRECATED
Jul 26, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
On the dataset view page (e.g. https://renkulab.io/datasets/5cbf90e140fd49b88789c659f5a499a8) the only API call needed is https://renkulab.io/ui-server/api/kg/datasets/5cbf90e140fd49b88789c659f5a499a8 - instead there are a number of calls to the core service and gitlab that are made, slowing down the page render. We should eliminate these extra calls as much as possible.
The text was updated successfully, but these errors were encountered: