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.
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.