Use a Custom Hydrator for your DotNetNuke modules
Yesterday we started our performance testing of our latest application and found one query taking 16 sec to execute. Using a combination of SQL profiler and JetBrains dotTrace (I blog on that later – it deserves it) We narrowed the problem down to not an ill performance SQL query but actually the built in CBO.FillCollection…