Click here to Skip to main content
15,880,608 members
Articles / Web Development / ASP.NET
Tip/Trick

Speeding Up Your Website

Rate me:
Please Sign up or sign in to vote.
1.75/5 (6 votes)
5 Mar 2010CPOL 8.4K   2   1
fellows I will give you five hints which must be took in consideration for speeding up a website/applicationeach hint is a topic by it self. 1.Decrease the size of view state.2.Decrease the bandwidth that the site is using.3.Enabling HTTP Compression Support in IIS 64.Use...
fellows I will give you five hints which must be took in consideration for speeding up a website/application
each hint is a topic by it self.

1.Decrease the size of view state.
2.Decrease the bandwidth that the site is using.
3.Enabling HTTP Compression Support in IIS 6
4.Use Caching
5.In ASPX form place the jqueries at the bottom and the CSS code at the top

with respect to database also these issues slows down your website:

Lack of Indexes : The ability to index data is one of the key benefits of storing information in a database.

Poorly Written Queries

Deadlocks:Databases use locks to prevent your data from being messed up by conflicting updates.

Hardware Issues: As with any software application, SQL Server performs at its optimum when it's running on sufficiently powerful hardware.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Web Developer
Lebanon Lebanon
Real men need no REM sleep ᵀᴴᴱ ᴼᴿᴵᴳᴵᴻᴬᴸ

Comments and Discussions

 
GeneralMy vote of 1 Pin
Jens Meyer8-Mar-10 22:08
Jens Meyer8-Mar-10 22:08 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.