stevejgordon / CorrelationId

An ASP.NET Core middleware component which synchronises a correlation ID for cross API request logging.
MIT License
558 stars 106 forks source link

Performance Review #84

Open stevejgordon opened 4 years ago

stevejgordon commented 4 years ago

Based on some profiling of applications which use this library there is a small overhead. I have a theory that at least some of that can be reduced.

Plan:

stevejgordon commented 4 years ago

As part of this, potentially tie in logical re-ordering when IgnoreRequestHeader is applied #83