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

perf, fix scope.getGraphIds to use the saved flattenedEdges #8529

Merged
merged 3 commits into from
Feb 15, 2024

Conversation

davidfirst
Copy link
Member

Until now this method was always falling back to importing all flattened dependencies to build the graph. The reason is that it relied on consumerComponent.flattenedEdges which in most cases is not populated.
This PR works with the Version object directly to get the data.

@davidfirst davidfirst merged commit 1a1852d into master Feb 15, 2024
11 checks passed
@davidfirst davidfirst deleted the perf-scope-graph-ids branch February 15, 2024 02:46
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