954,593 Members — Technology Publication meets Social Media
Username:
Password:
Lost login information?
Have something to say? Contribute New Article Reply to this Article

How to Develope Faster Website In asp.net using C# ?

Give Me Reply to Develop Faster Loading Sites..:)

narendrajarad
Newbie Poster
4 posts since Jan 2012
Reputation Points: 10
Solved Threads: 0
 

Do you have a site that is currently slow? Or is this for building something new?
Site loading speed depends on a variety of factors. You should make sure all images are no larger on the server than they appear on the page, script files should be optimised and made as small as possible, database operations should only return the bare minimum of required data and be handled efficently.
One thing to be aware of is using the Page.isPosBack function. If the page is being reloaded, rather than loaded for the first, a lot of set up can be skipped (say, loading data into views or dropdowns etc) as it is already there.
If you explain exactly what you need we can probably help more.

hericles
Practically a Posting Shark
823 posts since Nov 2007
Reputation Points: 136
Solved Threads: 168
 

This question has already been solved

Post: Markdown Syntax: Formatting Help
You
View similar articles that have also been tagged: