Click here to Skip to main content
15,896,269 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi there,
I have a chrome extension which opens a website and reaches to the desired page in it but it gets slower.The reason i found is that the size of _ViewState parameter of the website increases.how can i control the size using chrome extension?
Posted

1 solution

Check this article in reducing Viewstate size in ASP.Net

http://ashishnangla.com/2011/07/21/reducing-size-of-viewstate-in-asp-net-webforms-by-writing-a-custom-viewstate-provider-pagestatepersister-part-12/[^]

and this article suggests to compress the view state, or store it on the server in order to reduce the impact that view state has on your page size.Check this article too.

http://www.sitepoint.com/aspnet-performance-tips/[^]
 
Share this answer
 
Comments
Sumit Bhargav 21-Jul-14 4:14am    
hi there,
thanks for the response.
i think you didn't get my question.
I don't have the source code of the website,i am opening the website using a chrome extension.
but it opens slower due to the size of viewstate parameter.
How can i make the website opens faster using chrome extension?
Dilan Shaminda 21-Jul-14 6:08am    
check this post Sumit
https://developers.google.com/speed/pagespeed/insights_extensions

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900