Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • mfeola 117 posts 221 karma points
    Jul 02, 2010 @ 19:16
    mfeola
    0

    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.

  • Lee Kelleher 4026 posts 15837 karma points MVP 13x admin c-trib
    Jul 03, 2010 @ 13:51
    Lee Kelleher
    0

    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.

  • mfeola 117 posts 221 karma points
    Jul 06, 2010 @ 16:14
    mfeola
    0

    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

  • 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.

Please Sign in or register to post replies