Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

2
  • Hi Shiraz, i have measured performance ofcourse it doesnt take even 1 second to create these objects.But imagine that 1000 users open the page and create these object,doesnt it deteriorate performance?I tried Alison's cache recommendiation,but still thinking that does it give me performance benefit to take div's from cache?You know asp.net ajax's controls sometimes can influence application badly,i dont wanna come across a performance problem therefore i want to try cache solution Commented Oct 25, 2009 at 14:29
  • You should only think about performance, when it becomes a problem. Do a stress test of your app with number of users compared to the real planned amount, and see what happens. In most cases it's enough to just use per-page caching mechanisms in ASP.Net. Commented Oct 26, 2009 at 5:07