So basicaly I am working on a site that is attempting to be optimized for phones (This includes pretty much any browser enabled phone) Due to the nature of the site, I want it to load as quickly as possible. At this point, I think the page is around 30k or so in size.
Now I am using viewstate, mostly for things like datagrids and not "saving" any fields to it myself.
I've seen a lot of examples like this (I swear not my blog) with 2.0 in mind , but nothing dealing with 3.5 which makes me wonder if nothing has changed since then or compressing the viewstate has fallen out of favor.
Question is, should I bother trying to compress the viewstate or is there a better solution?