I'm working with VS 2010 CUIT projects and have run into some issues that I'm having a hard time understanding. Namely 2 things are causing me troubles:
In the Debug Trace I get messages of the type: "PERF WARNING: FindAllDescendents took XXXX ms. Expected it to take maximum 500 ms". I understand what the warning means, but I can't always (easily) determine which query is causing the issue. Is there a way to add more information to the debug trace that would include the information I'm looking for?
I also see messages like this one: "PERF WARNING: CacheQueryId: took XXX ms. Expected it to take maximum 100 ms." I can't figure out what the warning really means or if there's anything that can be done to "fix" it.
Thanks.