Download/Restore operations should check the http cache before making http calls to all sources #3392
Labels
Area:HttpCaching
http caching by all tools
Functionality:Restore
Icebox cleanup candidate
Priority:3
Issues under consideration. With enough upvotes, will be reconsidered to be added to the backlog.
Status:Inactive
Icebox issues not updated for a specific long time
Tenet:Performance
Performance issues
Milestone
Download and restore operations should check the http cache before making http calls to all sources. In many cases the package already exists in the cache, but parallel calls are still made to all http sources. The source with the cached nupkg quickly wins but feeds but the tax of these extra calls are still incurred by both the client and servers.
Actual flow today
Expected flow
The text was updated successfully, but these errors were encountered: