Slow rendering of pages due to User Controls.

Posted by Rahul Soni on Stack Overflow See other posts from Stack Overflow or by Rahul Soni
Published on 2010-03-14T01:34:06Z Indexed on 2010/03/14 1:35 UTC
Read the original article Hit count: 322

How would you troubleshoot a page that is rendering slowly in ASP.NET?

This issue is happening on only specific pages with a few user controls. Other pages work fine. Tracing has clarified that the issue is happening between "Begin Render" and "End Render".

© Stack Overflow or respective owner

Related posts about ASP.NET

Related posts about Performance