I had an odd performance-related issue today. My Microsoft Visual Studio seemed to be taking far too long to perform even the simplest of operations. I Googled around and tried a few ideas that people had such as disabling add-ins or clearing Visual Studio’s recent projects list but those suggestions didn’t seem to solve the problem. I remembered that the Windows SysInternals website had a tool called Process Monitor that would sniff registry and file accesses by any running program. It seemed to me that Visual Studio was up to something and Process Monitor should help me figure out what it was. I downloaded the most recent version, and after fiddling around a bit with its display filters, ran it and to my horror, I saw that Visual Studio was so slow because it was accessing the more than 10,000 folders in C:\Users\krintoul\AppData\Local\Microsoft\WebSiteCache on most IDE operations. I’m not sure why there were that many folders and moreover, wasn’t sure what Visual Studio was doing with them, but after I zipped those folders up and moved them somewhere else, Visual Studio’s performance improved tremendously.
The Windows SysInternals website has a number of other useful utilities for network management, security, system information and more. Check it out. I’m sure you’ll find something of value.


Hi,
Thanks for the tip !
You might want to delete this one also:
C:\Users\krintoul\AppData\Local\Temp\Temporary ASP.NET Files\siteName
Thank you for this EXCELLENT solution. My VS was incredibly slow and I was looking for weeks for an improvement. This works!
Hello,
Thank you for this tips. It’s Excellent. This Solution really work!!!
Ive been searching for this issue for a while as my VS as been running slow ever since install. The problem is I can’t find the AppData folder on my machine?! any help?