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

Use SQL query API in mission list component #168

Merged
merged 1 commit into from
Apr 6, 2024

Conversation

lcdr
Copy link
Collaborator

@lcdr lcdr commented Mar 31, 2024

This does a bulk query of mission data on the SQL side, including all info from auxiliary tables needed to display a mission/achievement in a mission list, and fetches only what's necessary. This makes large mission pages like Hidden/Hidden much faster and also massively simplifies the logic in the frontend code. This PR nicely showcases the benefits of the new SQL API - I have a bunch more SQL API PRs in the pipeline that have similar performance increases and code simplifications.

@Xiphoseer Xiphoseer merged commit 3ef7ed5 into LUDevNet:main Apr 6, 2024
1 check passed
@lcdr lcdr deleted the mission-list-query branch April 6, 2024 18:12
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.

2 participants