Improve performance of ASP.NET Core with logging on #9594
Labels
affected-medium
This issue impacts approximately half of our customers
area-hosting
Includes Hosting
area-networking
Includes servers, yarp, json patch, bedrock, websockets, http client factory, and http abstractions
enhancement
This issue represents an ask for new feature or an enhancement to an existing one
Perf
severity-minor
This label is used by an internal tool
Milestone
With the default settings and a hello world middleware, we go from 0 allocations to ~12 (some objects are pretty large as well). The following is a memory profile of 10,000 requests with logging turned on at the "Warning" level:
cc @benaadams @noahfalk
The text was updated successfully, but these errors were encountered: