Request for ASP.NET MCV super slow

1

I have a complicated problem in my project, and I no longer know what else to do. I have an MVC4 project (after an upgrade of the MVC3 project that the company where I work already had) and it is becoming almost impossible to debug through VS2013. The requests take 5/7/10 minutes, but sometimes, after a while, everything starts to work relatively quickly. I leave below a screenshot of the Chrome debug tools on the Network tab.

As you can see, my requests stay like this for a long time. If you run the project without debugging, run without apparent problems.

Note that I have WCF services that are in my IIS that are accessed by my MVC UI project, which I am debugging.

What could it be? Thank you.

    
asked by anonymous 30.06.2017 / 12:13

0 answers