2008 application bandwidth blade bladesystem c3000 cpu csUriQuery disposal download drive edition express filter google hosting hotfix hp IIS IIS7 indexing isapi iscsi linux management memory microsoft mpio msn network ogresteak oil performance proliant query quota recovery release server speed SQL sqlserver storage system target togo unlimited web windows yahoo
System.Web.UI.Page supports following data persistence methods:
LoadPageFromPersistenceMediumIn default implementation, these two methods save view state into hidden field __VIEWSTATE on the actual web form. This is by design. But the design isn't always the best. We will explore how we can adjust functionality behind these methods to benefit us.
Scroll down for additional info labeled Server Session and saving it in memory rather than web page
More info: Server Session and saving it in memory rather than web page
permanent link to article http://freecash.hogger.net/radically_speed_up_your_asp_net_page
Server SessionIf you are running on single server instance or isolated server, your server session is saved in memory allocated on the server. If you have plenty of memory available in comparision to size of ViewState and number of concurrent sessions, you could save view state in server session state.
Save it in MemoryHere is simplest way of saving view state in persistence medium:
protected override object LoadPageStateFromPersistenceMedium()And that's all. Simple change will ensure that __VIEWSTATE is saved empty in output page.
If you need to make your viewstate smaller, check out previous article
2008 July Keyword Searches Page 12
2008 July Keyword Searches Page 13
FIX: You cannot use an ISAPI filter to change the uri-stem field or the cs-user field in an IIS 7.0 log
Tomcat connector isapi_redirect.dll does not handle watchdog_interval properly when not initialized or set to zero (off)
View State can really mess you up if you're not careful
UPS (uninterruptable power supply)
USB 3.0 will bring tenfold increase in speed
Transactional Memory and Intel STM compiler - how does it work
IIS7 on Vista and 2003/2008 Server various versions
Software Project Management