Slow Page Load

Discussion in 'ASP.NET 2.0' started by bary40, Jul 19, 2007.

  1. I have tested your site with a 3rd party analyzing tool and your first initial load is loading quite a few objects and images.

    Global Statistics
    Total HTTP Requests: 19
    Total Size: 519554 bytes
    Object Size Totals
    Object type Size (bytes) Download @ 56K (seconds) Download @ T1 (seconds)
    HTML: 38507 7.87 0.40
    HTML Images: 405433 83.00 4.35
    CSS Images: 0 0.00 0.00
    Total Images: 405433 83 4.35
    Javascript: 74419 16.03 1.59
    CSS: 1195 0.44 0.21
    Multimedia: 0 0.00 0.00
    Other: 0 0.00 0.00

    Download Times*
    Connection Rate Download Time
    14.4K 406.48 seconds
    28.8K 205.14 seconds
    33.6K 176.38 seconds
    56K 107.35 seconds
    ISDN 128K 35.51 seconds
    T1 1.44Mbps 6.55 seconds
     
  2. Try optimizing your web page and see about loading fewer images.
     
  3. what do you mean by optimizing my web page , what should i do ?
     
  4. Joseph Jun

    Joseph Jun DiscountASP.NET Staff

    Optimizing your web page means evaluating the code and media that is used in a page and making changes as needed to produce faster performance.

    If you look at the statistics that Raymond has provided, your page is a pretty large download mostly due to images. I've taken a look at some of the images through Firefox's Page Info tool and what I would recommend doing is actually using an image editor such as Photoshop or GIMP to resize, crop and adjust your images to reduce their file size. Many of the images in the /Uploads/adds/add1/ and /Uploads/Images/24/ directories.

    You'll probably want to evaluate all of the images as well as any others that you're using for your site.

    Winston

    DiscountASP.NET
    www.DiscountASP.NET
     

Share This Page