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

Improve loading the dependents graph #4

Open
Baptouuuu opened this issue Jan 25, 2024 · 0 comments
Open

Improve loading the dependents graph #4

Baptouuuu opened this issue Jan 25, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@Baptouuuu
Copy link
Member

The current implementation loads all packages from all the specified vendor and tries to find the appropriate packages. This results in a lot of HTTP calls and lots of dependency resolving.

Packagist provides the API https://packagist.org/packages/{vendor}/{package}/dependents.json where the resolving is already done.

@Baptouuuu Baptouuuu added the enhancement New feature or request label Jan 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant