We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I just noticed that SBOM list page makes an API call like
http://localhost:3000/api/v1/sbom/{ID}/packages?limit=1&offset=0
for each SBOM. I assume this is to get the count of packages for SBOM? If so, this information should be available in the response of
http://localhost:3000/api/v1/sbom?limit=10&offset=0&sort=name:asc
If this is the sole reason for these API calls, removing them could improve the performance of the page a bit.
The text was updated successfully, but these errors were encountered:
carlosthe19916
Successfully merging a pull request may close this issue.
I just noticed that SBOM list page makes an API call like
for each SBOM. I assume this is to get the count of packages for SBOM? If so, this information should be available in the response of
If this is the sole reason for these API calls, removing them could improve the performance of the page a bit.
The text was updated successfully, but these errors were encountered: