How to speed up loading of aspx pages?

Discussion in 'ASP.NET / ASP.NET Core' started by J.Bey, Apr 5, 2006.

Thread Status:
Threads that have been inactive for 5 years or longer are closed to further replies. Please start a new thread.
  1. 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>
     
  2. [​IMG] 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>
     
  3. Bruce

    Bruce DiscountASP.NET Staff

    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
     
  4. Maybe I could try sth like in-place pre-compilation to speed up initial startup of my web app.[​IMG]

    Jason
    Technical Support/IT Admin/MIS Developer
    Maxtop Enterprises Inc.
    http://www.maxtop.ca</CODE>
     
  5. 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
     
Thread Status:
Threads that have been inactive for 5 years or longer are closed to further replies. Please start a new thread.

Share This Page