-
Notifications
You must be signed in to change notification settings - Fork 226
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
VCIO-next: Improve VCIO bulk API package lookup performance #1561
Comments
From aboutcode-org/dejacode#94 (comment) @pombredanne Thanks, this sounds like it will require some work to make this happen. In the short term, could VCIO expose a new "action" on the package endpoint to get this list of supported types? (Should be a very small and fast query)
|
Another examples that takes over a minute to load: https://public.vulnerablecode.io/api/vulnerabilities?vulnerability_id=VCID-j2zf-12g6-aaag |
We need to change what we return API data entirely, in a new endpoint that does not provide all the package details in a vulnerability. We care about packages 1st, and less about vulnerabilities, so when querying by vulnerability, we should not serialize so much package data. |
This is a related issue to restructure the API: |
See a first PR to improve the results: |
Fixed by: #1701 |
From aboutcode-org/dejacode#94 (comment) by @tdruez
I suggest these progressive steps:
The text was updated successfully, but these errors were encountered: