Click to See Complete Forum and Search --> : Services page take too long to load
design
11-06-2003, 11:01 PM
The services page at http://mywebpages.comcast.net/designengineering/services.html
takes over 100 seconds to load. I want limit the load time to a maximum of ten seconds.
Please help.
AdamGundry
11-07-2003, 02:28 AM
It's more like 10 seconds on my machine (with ADSL broadband). From the looks of things, the only major slowdown is that image on the right - at 461Kb, it's by far the largest file loaded. Try compressing it with a good image editor.
Adam
design
11-07-2003, 02:57 AM
I checked my html settings through http://www.htmlhelp.com
http://valet.webthing.com/page/, and http://www.netmechanic.com/toolbox/html-code.htm.
All suggest that the html codes are valid.
Netmechanic suggests that I am using a large download time with services.
Furthermore, I want to make the pages look good at 1024x768 display settings. So far, it only looks good at 800x600.
This is from me moving my display setting in control panel and viewing the page at 1024x768.
design
11-07-2003, 03:32 AM
My images are currently at 72 px/inch. The image of Checkers at Clinton Plaza is 300 x 400. What px/inch resolution can help resolve my load time?
BrandonL
11-07-2003, 03:53 AM
Don't worry about the pixel/inch, instead lower the quality.
When you save an image as JPEG it asks you what quality you wish to save it as. No doubt this is at 10 (being the best). My suggestion is to lower it until you can't stand it no longer. I think you should at least get to 7 with no noticeable change, perhaps less than that.
Brandon
AdamGundry
11-07-2003, 03:53 AM
The definitive validator is at validator.w3.org (http://validator.w3.org/check?uri=http%3A%2F%2Fmywebpages.comcast.net%2Fdesignengineering%2Fservices.html), where you will see your pages are fine except for a missing charset and a few alt tags.
To make your page look good at different resolutions, you need to use a flowing layout with CSS - search the forums for more information.
I don't know what the best px/inch resolution would be, but for JPEG files you can control the level of compression with an image editor (I use Ulead PhotoImpact).
Adam