Implement If-Modified-Since cache for NuGet.Client #11529
Labels
Area:HttpCaching
http caching by all tools
Area:Protocol
Client/Server protocol /code around it
Functionality:SDK
The NuGet client packages published to nuget.org
Priority:2
Issues for the current backlog.
Tenet:Performance
Performance issues
Type:Bug
While looking into this performance bug I noticed we're wasting so much time just downloading json and deserializing it. Some of those files are 300-400MB size for MS some internal projects. We need some way to know just content changed or not without having to download whole json response. We can either use
If-Modified-Since
orEtag
cache.Related issues:
NuGet/NuGetGallery#8048
https://github.com/NuGet/Client.Engineering/issues/1399
#9717
@aortiz-msft @nkolev92
I can come up with mini spec during quality weeks.
The text was updated successfully, but these errors were encountered: