In one of my project, I used Umbraco v4.7.1, asp.net 4, Windows 7, SQL Server 2008 & IIS 7. I got a speed issue in more than one page. When I put trace on my code I found that the performance issue is due to the code
myDocument.Publish(createdUser);
umbraco.library.UpdateDocumentCache(myDocument.Id);
I found that it took ~21 sec.
Please help me anyone to increase the performance
TraceStart beforepublish 26/07/2012 12:01:59 0.715882046461212 0.000089
Traceend afterpublish 26/07/2012 12:02:19 21.5144408018338 20.798559