Is there a way i can move the Viewstate that comes up on every page to the bottom of the page or hide it all together in the html? some pages are getting pretty large viewstates and i would like to make sure they aren't affecting loading or at least not affecting SEO since they are getting pretty long.
Which version of Umbraco are you using? There has been "viewstateMoverModule" (HttpModule) in Umbraco for a while now. That should move your ViewState towards the bottom of the HTML source.
Is it mostly pages with forms that you have a issues with, or all pages? If so, then maybe try turning off ViewState for controls that don't need it.
Actually I am using a page to display information from other nodes in the content tree. It is an event listing that displays and calculates a few different kinds of date information and displays a set number of events at once. I think the drawing in of so much information is making the view state pretty large. I would like to fix it for all pages but if I could just get the biggest offenders then that would be good too
Compressing or Moving the Viewstate
Is there a way i can move the Viewstate that comes up on every page to the bottom of the page or hide it all together in the html? some pages are getting pretty large viewstates and i would like to make sure they aren't affecting loading or at least not affecting SEO since they are getting pretty long.
Hi mfeola,
Which version of Umbraco are you using? There has been "viewstateMoverModule" (HttpModule) in Umbraco for a while now. That should move your ViewState towards the bottom of the HTML source.
Is it mostly pages with forms that you have a issues with, or all pages? If so, then maybe try turning off ViewState for controls that don't need it.
Cheers, Lee.
Actually I am using a page to display information from other nodes in the content tree. It is an event listing that displays and calculates a few different kinds of date information and displays a set number of events at once. I think the drawing in of so much information is making the view state pretty large. I would like to fix it for all pages but if I could just get the biggest offenders then that would be good too
is working on a reply...
This forum is in read-only mode while we transition to the new forum.
You can continue this topic on the new forum by tapping the "Continue discussion" link below.