Hello,
I am having a HUGE lag when starting debugging on an MVC5 website while working from home. The site is DEFINITELY NOT using any resources on my work network (it's a side project) or over the internet, but the lag does not happen when i'm at work. Startup is a little faster when the site is already built, but still very slow. At work it starts debugging newly built code in less than 10s and about 1s debugging code that's not been rebuilt. At home, it takes well over a minute to startup with newly built code and over 15s with code that's not just rebuilt.
My machine is a Dell M6600 (quad core with HT, 16GB RAM, 2 SSD's) with Windows 8.1 with April Update. connected to internet with LTE.
I have Visual Studio 2013 Ultimate with (recently) Update 2 RC (but no change from previous updates). Using SQL 2012 localdb, MVC 5, Entity Framework 6. The site is hosted in full IIS. The app pool is running as my domain account.
Any suggestions for where to start looking? I am more interested is suggestions of tools to gather hard data than suggestions of random things to try.