You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Glimpse indicates a SELECT N+1 occurring. We have a query to get the packages within a package registration, then individual queries for each Package to get it's PackageStatistics, PackageDependencies, PackageFrameworks, etc. values.
I suspect our database calls for this page need to be reviewed.
The text was updated successfully, but these errors were encountered: