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
Looking for an exact purl can take over 1 minute to render. That's a major usability issue. https://public.vulnerablecode.io/api/packages/?purl=pkg:pypi/django@1.4.9
The text was updated successfully, but these errors were encountered:
It's not an exact purl problem, also happens with https://public.vulnerablecode.io/api/packages?type=pypi&name=django, this is due to the large volume of data and the many operations done to get django data in the background. Opened a ticket here #1416
Sorry, something went wrong.
It is faster but still takes about 10 to 15 seconds and is not fast enough
FYI, the key code to get this fixed is the new API design in #1572
Please look at #1572 on what we did to tackle this issue
TG1999
Successfully merging a pull request may close this issue.
Looking for an exact purl can take over 1 minute to render. That's a major usability issue.
https://public.vulnerablecode.io/api/packages/?purl=pkg:pypi/django@1.4.9
The text was updated successfully, but these errors were encountered: