Monday, September 29, 2008

Improving Website Performance

Following are the few tips to improve the performance of the website.

1. In ASP.NET applications, minimize the usage of ViewState by turning it off. It adds an additional load to the page and so does to the server.

2. Add Javascripts at the end of the web page. This will ensure that the content are loaded first. If we add the javascript at the begining of the page, the browser will start downloading the script without continuing to download the content.

No comments: