Optimize query for suggestions list #288
Labels
No labels
automation
backend
bug
contributor experience
data
deployment
documentation
duplicate
good first issue
help wanted
nice to have
notifications
package maintainer
performance
skin
tech debt
user story
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: lix-community/nix-security-tracker#288
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The query on the suggestion view currently takes too long to demo
Fixed by https://github.com/Nix-Security-WG/nix-security-tracker/pull/292, right?
No:
Oops, sorry
With the newest PR #378, the target is to cache anything that triggers additional queries, currently with 378, the cve_id triggers a needless fetch.
Closed by #378