Dismissed view takes forever to load #427
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#427
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?
Using the staging DB dump from 2024-12-05, the list of dismissed suggestions takes a minute for domLoading.
Not sure what causes it, could be a very nasty suggestion item.
The culprit is clearly the activity log which isn't cached but loops queries over each suggestion. But it's compounded by the fact that we have very deep data structures, so even without the activity logs we have 400ms for domLoading for a full page although the query is like 40ms.