Site Owners Forums - Webmaster Forums

Site Owners Forums - Webmaster Forums (http://siteownersforums.com/index.php)
-   ASP (http://siteownersforums.com/forumdisplay.php?f=11)
-   -   ASP.NET Page is very slow. What will you do to make it fast? (http://siteownersforums.com/showthread.php?t=53845)

janejackson 01-09-2012 04:00 AM

ASP.NET Page is very slow. What will you do to make it fast?
 
Helllo

ASP.NET Page is very slow. What will you do to make it fast.

PabloMajid 02-17-2012 09:27 PM

Asp.net is one of the leading web application development framework allowing programmers to build dynamic web sites, web applications and web services.

bakscliter 04-18-2012 06:08 AM

I really appreciate this post and thank you once again.

michael clay 07-15-2012 10:07 PM

hi
thanks and i also agree with this asp.net which provide various facility to make a good website...

Mark Jackson 07-16-2012 12:00 AM

1. Page.IsPostBack Property
2. Enable Buffering
3. Remove unused HttpModules
4. Trim Page Sizes
5. Use a CDN
6. Server.Transfer and Response.Redirect
7. Precompiling
8. Session State Management
9. ViewState
10. Caching
11. Locking and Shared Resources

davikerkrish 07-17-2012 02:53 AM

First you find out which is slow your application or database. You have to optimize the query to better performance.

Example:

Select only required columns not used select * from

If the query is running fast then we know the application code is causing slowness.

In this case to set Trace="true" in the page directive.

davikerkrish 08-16-2012 04:01 AM

.Net is a very good platform to develop website. Can you remove unwanted codes.

henryc10 10-30-2012 07:47 PM

It typically runs slow to begin with and then picks up speed. I assume you are running with debug="false"

ritesh90 10-26-2013 12:24 AM

Increase your RAM and Processor.

Die_heart 01-02-2014 12:10 AM

1. Page.IsPostBack Property
2. Enable Buffering
3. Remove unused HttpModules
4. Trim Page Sizes
5. Use a CDN
6. Server.Transfer and Response.Redirect
7. Precompiling
8. Session State Management
9. ViewState
10. Caching
11. Locking and Shared Resources


All times are GMT -7. The time now is 06:27 AM.


Powered by vBulletin Copyright © 2020 vBulletin Solutions, Inc.