I have a CataLook based site and am enjoying the performance benefits of using PageBlaster throughout the site. Now the client has asked for a new feature - to display the number of items and total $ in the shopping cart in a small panel in the header. I could do this with a module but I think adding this would force me to ditch PageBlaster. This is because each visitor now needs to get a potentially different version of the page, and PageBlaster can only be used on pages where everyone gets the same content. Is there any way I can add the module and keep PageBlaster? I don't think I can exclude a particular ASCX control from being cached, because PageBlaster works on whole pages. My best idea so far is to add an IFrame to the skin and load a separate ASPX page into it that contains the module, then exclude that ASPX page. However I am not sure if this approach works yet. Any ideas? |