Debugging my solution was a pain. Running from visual studio debug the application was slow, visual studio output window was cluttered and I was getting frustrated. When the application was deployed it performed fast and snappy. ❓
Looking in the options I decided to disable the TraceInformation collection in IntelliTrace. This fixed the slow performance. Happy coder again.