I found these articles very helpful improve the Performance of our ASP.net sites
find out from these articles
http://articles.sitepoint.com/article/aspnet-performance-tips/5
http://msdn.microsoft.com/en-us/magazine/cc163854.aspx
http://msdn.microsoft.com/en-us/library/ms973839.aspx
then prepare check list like as follows:
| Check List | Status (Done/Not Done) | Performance (in %) |
Database Side1. Use proper indexing2. Avoid joints for high density tables3. Use SQL profiler to check work load4. Use Database Tuning Advisor for analyzing database performance
|
||
ASP.Net1) Use Trace log to analyze performance of each function2) Turn off View Sate if not required3) Compressing the View State (GZIP)4) Minimize use of
|
then fill Performance column in the above table
Posted by nissankg
Posted by nissankg