-
Notifications
You must be signed in to change notification settings - Fork 5.4k
Closed
Labels
area-System.NetenhancementProduct code improvement that does NOT require public API changes/additionsProduct code improvement that does NOT require public API changes/additionstenet-performancePerformance related issuePerformance related issue
Milestone
Description
Uri caches several results that are likely to be accessed again. It doesn't do so for Uri.PathAndQuery, but this property is used on every request made by SocketsHttpHandler. We should consider caching it, for scenarios where the same Url is used repeatedly with an HttpClient. As with any caching, though, we'd want to make sure it was actually worthwhile and didn't negatively impact other important cases.
cc: @scalablecory, @MihaZupan
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
area-System.NetenhancementProduct code improvement that does NOT require public API changes/additionsProduct code improvement that does NOT require public API changes/additionstenet-performancePerformance related issuePerformance related issue