Skip to content
This repository has been archived by the owner on Oct 14, 2024. It is now read-only.

perf(ui): improve UI queries to reduce load time #1985

Merged
merged 1 commit into from
Aug 9, 2024
Merged

Conversation

akijakya
Copy link
Contributor

@akijakya akijakya commented Aug 8, 2024

Description

Narrow down the returned data from queries only to the necessary fields using the select OData option to reduce load time.

Fixes openclarity/openclarity#720

Type of Change

  • Bug Fix
  • New Feature
  • Breaking Change
  • Refactor
  • Documentation
  • Other (please describe)

Checklist

  • I have read the contributing guidelines
  • Existing issues have been referenced (where applicable)
  • I have verified this change is not present in other open pull requests
  • Functionality is documented
  • All code style checks pass
  • New code contribution is covered by automated tests
  • All new and existing tests pass

@akijakya akijakya added the component:ui Issues related to UI/Frontend label Aug 8, 2024
@akijakya akijakya self-assigned this Aug 8, 2024
@akijakya akijakya requested a review from a team as a code owner August 8, 2024 13:14
@akijakya akijakya force-pushed the improve-ui-queries branch from 1ee2722 to b81d6b1 Compare August 8, 2024 13:21
@akijakya akijakya added this pull request to the merge queue Aug 9, 2024
Merged via the queue into main with commit 1d2f6c0 Aug 9, 2024
20 checks passed
@akijakya akijakya deleted the improve-ui-queries branch August 9, 2024 15:26
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
component:ui Issues related to UI/Frontend
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Improve UI queries to reduce load time
2 participants