PDA

View Full Version : How to speed up loading of aspx pages?


J.Bey
04-05-2006, 06:57 AM
Hi, All

Does anyone know how to speed up loading of aspx pages embeded with chunk images?

I found one prob. with the website I 've just developped quite slow even using high speed internet when it comes to load the pages.

I am a pretty much a programmer rather than a designer ....poor me!

However, i 'd really like to make efficient & productive web sites....


I thought there is way to solve this problem by coding....


Please /emoticons/smhair.gif help me ....thanks

Jason
Technical Support/IT Admin/MIS Developer
Maxtop Enterprises Inc.
http://www.maxtop.ca</CODE>

J.Bey
04-06-2006, 04:13 AM
bruce [DASP] said...
it's really hard to say. It all depends on how the application is coded. For example, if you have a lot of database call, it will slow down your site.


http://community.discountasp.net/emoticons/scool.gif maybe that's the downside of dynamic web site....

it's the fact i have to bear with ,right? since the company I am working with require dynamic site instead of static one.

Jason
Technical Support/IT Admin/MIS Developer
Maxtop Enterprises Inc.
http://www.maxtop.ca</CODE>

bruce
04-06-2006, 12:29 PM
it's really hard to say. It all depends on how the application is coded. For example, if you have a lot of database call, it will slow down your site.

Bruce

DiscountASP.NET
www.DiscountASP.NET (http://www.DiscountASP.NET)

J.Bey
04-07-2006, 05:10 AM
Maybe I could try sth like in-place pre-compilation to speed up initial startup of my web app.http://community.discountasp.net/emoticons/idea.gif

Jason
Technical Support/IT Admin/MIS Developer
Maxtop Enterprises Inc.
http://www.maxtop.ca</CODE>

joelnet
04-07-2006, 12:19 PM
If done correctly, asp.net should be as fast as static pages. If the applications code is a little sloppy (slow), you can use asp.net 2.0's partial page caching to cache slower sections.



Joel Thoms
DiscountASP.NET
http://www.DiscountASP.NET