Improved Performance for ASP.Net Web Application
See! Most web application or web site is loading very slowly
and each every action does not well. It’s happening
is based on ugly coding and some unwanted things are using,
This is one of the performance issues, we
should check and use needed properties of asp.net application, the following
lists to be improve the Performance of web application in Asp.net
- Turn off Session State, if not required
- Disable View State of a Page if possible
- Set debug=false in web.config
- Avoid
Response.Redirect Unnecessary round tripsUseFinallymethod to kill resourcesUse Client Side Scripts for validationsAvoid unnecessary round trips to the serverUsePage.ISPostBackIncludeReturnstatements with in the function/methodUseForeachloop instead ofForloop forStringIterationAlways checkPage.IsValidwhen using Validator ControlsStore your content by using cachingUse minimize the number of web server controls
No comments:
Post a Comment