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

Speed up Add Device item types autocomplete #693

Merged
merged 6 commits into from
Nov 27, 2023

Conversation

edwh
Copy link
Collaborator

@edwh edwh commented Oct 9, 2023

  • Introduce a v2 API call to fetch the list of items. That query is still quite slow, so we cache it.
  • Stop passing item types from the blade down into other components, so that we no longer need to fetch it on page load.
  • Introduce an items store and fetches the list (once) when needed

@sonarqubecloud
Copy link

sonarqubecloud bot commented Oct 9, 2023

SonarCloud Quality Gate failed.    Quality Gate failed

Bug C 1 Bug
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 3 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

idea Catch issues before they fail your Quality Gate with our IDE extension sonarlint SonarLint

Copy link

SonarCloud Quality Gate failed.    Quality Gate failed

Bug C 1 Bug
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 3 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

idea Catch issues before they fail your Quality Gate with our IDE extension sonarlint SonarLint

@edwh edwh merged commit 93237f9 into develop Nov 27, 2023
3 of 4 checks passed
@ngm ngm deleted the RES-1916_speed_up_item_types branch June 19, 2024 16:22
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

Successfully merging this pull request may close these issues.

1 participant