Tuesday, May 21, 2013

SharePoint pages are extremely slow to load when debugging

I was debugging a SharePoint project today, and noticed on one of the pages that it took forever to load the page.  It was so slow, you could see the individual controls being painted on the screen.  It only did this while debugging from Visual Studio (2010 in this case).  After some research, I found that turning off IntelliTrace fixed this problem.  This can be done by clicking Debug, Options and Settings, IntelliTrace, and then uncheck the Enable IntelliTrace option.

No comments:

Post a Comment