Printer Friendly Version Print this thread
Email this thread to a friend eMail this thread to a friend
Featured Web Site Template

Hundreds More at Free Site Templates.com!

Web Site Partners
Sponsored Links
Jet City Software
 
Whos Here ?
Reflects user activity within the last 5 minutes
Moderator(s): g1smd
Member Message

webertain
Joined: Feb 02, 2001
# Posts: 17

View the profile for webertain Send webertain a private message

Posted: 2001-Jul-18 00:17
Edit Message Delete Message Reply to this message

I am looking to launch a new site in the next couple of months, and right now I feel the most important thing to get visitors to look at the site (other than content) is download speed, I would like to have our site download in less than 3 seconds.

I would love to hear what everybody thinks about download speed, and its correlation with getting and keeping visitors.




xelA
Joined: Nov 24, 1999
# Posts: 1857

View the profile for xelA Send xelA a private message

Posted: 2001-Jul-18 01:00
Edit Message Delete Message Reply to this message

This all depends on your target audience.
For example a site geared towards "gamers" who probably use higher screens res and have faster connection has different needs than a site geared towards vacation homes in Florida. Where you target audience is probably going to be older people looking for a post retirement vacation. So it should be geared towards 56k connections and use larger text.

You can actually have an 12 second (on a 56k) site that loads in a certain order giving the appearance of a fast load. This usually means that some worthwhile content is presented to draw the attention and to keep the eye there for a few seconds at a time. While they look at it for a good 3 seconds the rest of the site is loading in the background.

Am I making sence?



hazmat
Joined: Feb 19, 2000
# Posts: 479

View the profile for hazmat Send hazmat a private message

Posted: 2001-Jul-18 09:34
Edit Message Delete Message Reply to this message

Hi Alex,

Is there a trick to choose what content loads in what order? Is it strictly a matter of how you structure your code?



webertain
Joined: Feb 02, 2001
# Posts: 17

View the profile for webertain Send webertain a private message

Posted: 2001-Jul-18 11:56
Edit Message Delete Message Reply to this message

Hazmat, I would like to know that too, Alex if you could answer that that would be great.

Yes, Alex you do make a lot of sense.

My target audience is US TV watchers, and I think that at first until I am able to build a good amount of repeat visitors, the site should load as fast as possible.

My thought was always that Yahoo was able to gain a huge advantage because of their speed of download, how that may have been due to modem speed at the time, but I still think Yahoo gets such good traffic because of their download speed.

Is there a way to compact your graphics so they download faster. My current thought is to have a graphic in the top left of the page, and the rest of the page be content and links. My graphic is about 12K, is there a way to lessen the size of the graphics without sacrificing the quality?

Thanks in advance



jnestor
Joined: Nov 05, 1999
# Posts: 655

View the profile for jnestor Send jnestor a private message

Posted: 2001-Jul-18 14:32
Edit Message Delete Message Reply to this message

There are a bunch of things to do to allow the page to display as it's loading. The biggest is to avoid putting your whole page in a table. If you have to do something like that you could try doing multiple tables with the same widths.

Optimizing your images is a biggie. There are a gazillion tools that let you do it but one of my favorites is web based (nothing to download) from Adobe. http://webservices.adobe.com/save4web/main.html



webertain
Joined: Feb 02, 2001
# Posts: 17

View the profile for webertain Send webertain a private message

Posted: 2001-Jul-19 03:11
Edit Message Delete Message Reply to this message

Thanks jnestor. Is this the same as the save for web option on Photoshop or does it give more compressed graphic sizes?

maybe we can link to each other once my site is up since we both are serving the tv audience.





xelA
Joined: Nov 24, 1999
# Posts: 1857

View the profile for xelA Send xelA a private message

Posted: 2001-Jul-19 03:43
Edit Message Delete Message Reply to this message

I would say it's the equivalent of the "Save for Web" in PS.

Also, load order has to do with the position of the graphics within the code and the image size (in bytes not pixels). Obviously the lighter graphics are theoretically going to start popping up first. Unless they are buried within large table or some other factors that slow the load. What I always try to do is make them look like a chain reaction so it gives the illusion of a fast load on a slow connection.



webertain
Joined: Feb 02, 2001
# Posts: 17

View the profile for webertain Send webertain a private message

Posted: 2001-Jul-19 10:50
Edit Message Delete Message Reply to this message

Is there any trick to testing it to see what it does, just look at it online, and make sure you clear your cache?

Is there a difference in download speed with the browsers or is it just based on connection speed?



lisasmiles
Joined: Jan 16, 2000
# Posts: 413

View the profile for lisasmiles Send lisasmiles a private message

Posted: 2001-Jul-19 12:28
Edit Message Delete Message Reply to this message

Yes theres a difference between download speed and rendering. Once your graphics and code get to the client computer, rendering that page of code no longer has anything to do with the modem or connection speed. Rendering the page has only a small amount to do with the browser/OS combination, mostly related to bugs. Rendering mostly depends on the computer that has to do the rendering. .class, .js, .swf files and the like have to be parsed and that can take time depending on the client computer. Any graphical rendition depends on the client computer. If you surf a T1 line with a P-90 MHz processor, 8 megs of RAM, and Win95, youll wait to see anything display.

As for delegating which graphics from your server load first, second, third: you cant. The server that sends them prioritizes them based on its own load at the time the request is made. If the server is handling its load properly, it could choose the same order every time. However, it wouldn't necessarily happen the same way twice.



I am illiterite
Joined: Jul 11, 2001
# Posts: 82

View the profile for I am illiterite Send I am illiterite a private message

Posted: 2001-Jul-21 09:57
Edit Message Delete Message Reply to this message

Actually, within .swf files you can dictate which exact graphics load first, and in what order. Flash is organized into different frames, and different layers within each individual frame Lisa.

.swf frames load in order (frame 1 loads first), and you can further dictate whether the layers of each frame load from top to bottom or from bottom to top (in order).

With flash files, you can have a quick loading first paragraph load instantly while the rest of the frames are loading, or similar quick loading first pages to keep people "occupied" to take their mind off of the rest of the graphics loading.

And before you all step in and proceed to rip me to shreds by claiming that flash should be carted away to the nearest dump because of SEO issues and other stuff, I am only correcting Lisa where she said that the loading order of graphics cannot be dictated. Within .swf file they can.

Let's not bash flash now, let's be fair, it seems like flash is a pincushion here at jimworld.

As for the P-90 with 8 megs of ram, you may be right Lisa but even my secondary 'backup' Pentium 500 is like a dinosaur, even I am beginning to dig a nice grave for it in my backyard. Heck, it's almost fossilized, I don't think anybody has a P-90 these days.

[This message has been edited by I am illiterite (edited 07-21-2001).]



baffled
Joined: Jul 12, 1999
# Posts: 2311

View the profile for baffled Send baffled a private message

Posted: 2001-Jul-21 19:45
Edit Message Delete Message Reply to this message

I believe lisa was only talking about inline images, not what's in a flash file.

Yes, Flash does have negatives for SEO, but its not the flash that bothers me per se, its the pointless use of it. Splash pages were (thankfully) becoming a thing of the past, suddenly flash versions start popping up all over the place. I have an entertainment site, so I frequent a lot of (studio/promo) movie sites. There almost all flash these days, many without an HTML option. Yeah, they look cool, but half the time the content is paper thin and doesn't take advantage of it. I can't tell you how often everything you click opens a new window with plain HTML in it (like pics, "behind the movie", etc.). So why did I have to wait 5 minutes to get plain HTML content?

I've seen plenty of good flash designs too, its the "abuse of flash" designs that bug me!



lisasmiles
Joined: Jan 16, 2000
# Posts: 413

View the profile for lisasmiles Send lisasmiles a private message

Posted: 2001-Jul-21 20:04
Edit Message Delete Message Reply to this message

I should have been more clear. I said that delegating which graphics from your server load first, second, third is not possible. By that, I meant any kind of files served from the server. For example, if you have two .swf files called from the same page of code, you couldnt designate which .swf file should be downloaded first from the server. Thats why I mentioned server load.

As for P-90s and other slow old computers, there are many out there. I have one, myself. Luckily for me, its not my primary workstation. Schools, libraries, and many non-profit organizations use them because they either bought them from limited funds and cannot afford to upgrade, or received them as donations from friends who could upgrade. I recommend re-filling that hole, and donating your "almost buried" P-500 to a school or other organization that might really need it.

{Never mention old computers to a teacher - sore spot }

[This message has been edited by lisasmiles (edited 07-21-2001).]



webertain
Joined: Feb 02, 2001
# Posts: 17

View the profile for webertain Send webertain a private message

Posted: 2001-Jul-23 00:48
Edit Message Delete Message Reply to this message

What is the best width to use so that nobody will have to scroll side to side to see the whole page?

I know that nowadays the most used monitor resolution is 800x600, but what is aol, isn't it smaller?





xelA
Joined: Nov 24, 1999
# Posts: 1857

View the profile for xelA Send xelA a private message

Posted: 2001-Jul-23 01:18
Edit Message Delete Message Reply to this message

webertain, we've recently discussed this topic in detail in both these threads:

http://gethighforums.com/Forum7/HTML/000276.html
http://gethighforums.com/Forum7/HTML/000305.html

[This message has been edited by xelA (edited 07-22-2001).]


You are not permitted to post messages in this forum or topic, because of one or more of the following reasons:
  1. You have not yet logged in, or registered properly as a member
  2. You are a member, but no longer have posting rights.
  3. This is a private forum, for which you do not have permissions.

If you are a recent member, it's possible that you simply have not yet confirmed your account. Please check your email for a message entitled 'JimWorld Forums: Confirm Your Account' and follow the instructions contained within.

If you cannot find this message, click here to Re-Send it.

If you are still experiencing problem, please read the Login Assistance Article for some advice on what may be causing your login not to work properly.

Switch to Advanced Editor and ... Create a New Topic or Reply to this Thread

New posts Forum is locked
© 1995  ·  iWeb, Inc  ·  DBA JimWorld Productions