I started using New Relic to monitor the performance of http://alternativeto.net , which is a pretty big site.
I noticed that considerable time is wasted on the method, which they represent as "TransferRequestHandler", and when I immerse myself in it, I see that this is really the BeginRequest () method, which takes time.
It looks like a new relic.

The closest I found to find something that might be the problem is this thread here in Stack I just found out why all ASP.Net sites are slow and I'm trying to decide what to do with it , but I really tried to replace the session module, but that didn't help.
A site is a hybrid between ASP.NET MVC and Webforms.
I realized that this is a long shot, and you have nothing to "continue", but if someone can put me in the right direction and, most importantly, can reproduce the behavior locally or something like that would be extremely grateful :)
source share