How to Improve Website Performance?
-
Hi All, How to improve the Website Performance.What are the things need to make in mind, to improve Website.Please give me suggestion. As my website is General Architecture, i,e 3 Tie 1) User Control and Default page. 2)Businees Logic DLL 3)DataBase Logic DLL. Can please suggest how to improve the performance the website. Thanks in Advance.
JohnDas
-
Hi All, How to improve the Website Performance.What are the things need to make in mind, to improve Website.Please give me suggestion. As my website is General Architecture, i,e 3 Tie 1) User Control and Default page. 2)Businees Logic DLL 3)DataBase Logic DLL. Can please suggest how to improve the performance the website. Thanks in Advance.
JohnDas
Johndas wrote:
Can please suggest how to improve the performance the website.
Improve the code. I'm not sure what else you were hoping to hear. Your most likely bottle necks are things like how often you hit the database, what you store in the sesion, etc. Your other option is to buy bigger servers and more of them.
Christian Graus Driven to the arms of OSX by Vista. Read my blog to find out how I've worked around bugs in Microsoft tools and frameworks.
-
Hi All, How to improve the Website Performance.What are the things need to make in mind, to improve Website.Please give me suggestion. As my website is General Architecture, i,e 3 Tie 1) User Control and Default page. 2)Businees Logic DLL 3)DataBase Logic DLL. Can please suggest how to improve the performance the website. Thanks in Advance.
JohnDas
In addition to that you can compress the output using
GZip / Deflate
Compression techniques. Most of the modern browser supports compressed responses to improve the response time. Also remove unnecessary postback... make modular pages. Use AJAX to request only the part that user modifies (with minimal Request/Response). Cache static pages/scripts/css/images in browser, so that it wont be called for every requests. Hoping this help you. :)Abhishek Sur **Don't forget to click "Good Answer" if you like this Solution.
My Latest Articles-->** Microsoft Bing MAP using Javascript
CLR objects in SQL Server 2005
Uncommon C# Keywords/xml>