简体   繁体   中英

When caching, turn view state off?

I have a page that returns search results (text and images). The page has two tabs, one loading the companies and the other products.

When I click on either tabs to load the results, it seems to take quite some time. I was considering caching the results. Will turning off the viewstate help improve the performance/load time?

ViewState must be disabled because the hidden input field can store very large data that might bloat the page and can cause performance on post backs

Read this article the author gives good explanation http://scottonwriting.net/sowblog/archive/2005/09/07/163107.aspx

I would advise you to do more investigation on how either of them suits your application

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM