Answer Posted / sagnikmukh
1) enableviewstate="false"
2) Reduce image size
3) Use external CSS
4) Use external JavaScript
5) GZIP & Minimize your assets
6)Use HTTP compression
7)Use light page layout
some ref: links :
http://www.dotnetfunda.com/articles/article793-reduce-aspnet-page-output-size-.aspx
http://www.codeproject.com/KB/aspnet/10ASPNetPerformance.aspx
http://www.dotnetfunda.com/articles/article793-reduce-aspnet-page-output-size-.aspx
| Is This Answer Correct ? | 4 Yes | 1 No |
Post New Answer View All Answers
What parameters can you pass in the url of the api? Can get and post use the same url?
Explain the main function of url routing system in asp.net mvc? : asp.net mvc
Define page output caching?
Where session id is stored?
What is difference between mvc and asp.net? : Asp.Net MVC
Explain about Automatic resource management?
Can you dynamically assign a Master Page?
What is difference between session and cookie?
What are validator? Name the validation controls in asp.net? How do you disable them?
Describe the diffeerence between inline and code behind?
How can we prevent browser from caching an aspx page?
What is difference between viewstate and session in asp net?
Can we override the enablepartialrendering property of the scriptmanager class?
Explain the difference between webfarm and webgardens in .net?
Fetch one page value to another page without using state-managment ?