rbeauchamp / Swashbuckle.OData

Extends Swashbuckle with OData v4 support!
Other
128 stars 96 forks source link

Do not call http://any #141

Closed supermitsuba closed 4 years ago

supermitsuba commented 7 years ago

Hello,

I have a project where we have a large object graph. When profiling slowness, I noticed that there were many calls to "http://any/" + some route. There would be a number of these calls and they hang for 30 seconds before the are stoped. Once stopped, then the performance is acceptable.

I did not dive into why any is used, but it is causing the generation to be slowed by 30+ seconds. Please let me know if I can add any more information.