Hello. I'm evaluating PageBlaster for deployment in a site I'm developing. I will start by describing my context and then move to two fairly general questions. Specifically, I have a performance problem in the site's home page. The site is using DNN and Catalook, and the home page has 3 Catalook modules (ItemPane_NF). Those modules each take a relatively long time to load on the server, and as a result the home page appears sluggish. The point is that each time the end result is the same -- the page is identical besides the viewstate key (the viewstate is stored in the server's memory). My questions: 1) When I use PageBlaster, the served homepage is the same, including the viewstate key. Should this worry me? I saw in past posts that a special treatment was to be given to the viewstate. What has come of this? 2) Those 3 Catalook modules contain server-side buttons. On a postback, I noticed the cache of the page is cleared. According to the manual, I gather that only when an authenticated user posts back, the cache should clear. Can you clarify when the cache is cleared? Since I believe I prefer it not to clear, can I do something to prevent it or to recreate the cache right away without waiting for the next request? Thanks, Amit |