Click here to Skip to main content
15,892,298 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Please tell me how we can improve the performance of the webpage.Tell me the points which we need to follow in the page or website
Posted
Comments
joshrduncan2012 13-May-13 15:22pm    
What webpage?

If you are looking to improve performance of your Asp.Net application then have a look at below link. It has several CodeProject discussions around this topic.

http://www.codeproject.com/search.aspx?q=Improve+Web+Site+Performance&doctypeid=5
 
Share this answer
 
Comments
Sergey Alexandrovich Kryukov 13-May-13 16:32pm    
Fair enough, a 5.
—SA
 
Share this answer
 
->Use Dataset and Object datasourses in application
->Dont use too much session variables
->Use cache in webapplication
->Use optimized code using OOP and n-Tier Architecture
 
Share this answer
 
v2

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