Improve performance of ASP.NET Core with logging on
Open
affected-medium
area-hosting
area-networking
enhancement
Perf
severity-minor
- Dominant language
- C#
- Stars
- 38.4k
- Forks
- 10.9k
- Avg merge
- 2d 6h
- Merged PRs (30d)
- 290
Description
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
Contributor guide
Assessment
This issue has not been assessed yet.