Expand our PyPI caching to the dependency collection stage #187
Labels
component:dep-sources
Dependency sources
enhancement
New feature or request
performance
Something isn't as fast or responsive as it should be.
Looking at our code, I think we're only performing HTTP caching during the audit stage -- we cache each JSON response from PyPI.
We should also use the cache during the dependency collection stage, since we repeatedly hit the simple index and download source distributions.
The text was updated successfully, but these errors were encountered: