Optimizing Web.UI Client Scrip

Not Answered This post has 0 verified answers and 3 replies

Top 50 Contributor
Posts: 80
hyera Posted: Thu Mar 25, 2010 @ 8:54 AM
Hi, I'd like to reduce the html output of my website; in particulare I have noticed that a large part of the html code is composed by componentart scripts.
Is there a way to reduce these script or optimize theirs download? thank you very much

All Replies

Top 50 Contributor
Posts: 80
hyera Posted: Thu Mar 25, 2010 @ 9:16 AM
In particular I'd like to reduce the "ComponentArt Web.UI client-side storage".
Thank you
Top 10 Contributor
Posts: 865
sberkovitz Posted: Thu Mar 25, 2010 @ 1:32 PM

If you were to use the webservice running mode then all of the data would be fetched async and you would not have the data in the .aspx page (though you'd still have all of the init scripts).  There are arguments around having less HTTP requests, in which case having it in the page isn't necessarily a bad thing, though it does make the HTML look "ugly".

Maybe the better question here, what is the scenario and requirement to reduce this?  Is it just for appearances, or is there some sort of issue this is causing?

Steven Berkovitz MBC Development Ltd. & OrderDynamics Corporation http://www.mbccs.com http://www.orderdynamics.com
Top 50 Contributor
Posts: 80
hyera Posted: Mon Mar 29, 2010 @ 1:40 AM
Hi,

it is because the page is slow to download and load.
Thank you
Page 1 of 1 (4 items)