| Author |
images are taking long time to upload
|
ankur rathi
Ranch Hand
Joined: Oct 11, 2004
Posts: 3829
|
|
It takes alomost 15 seconds to display images on my webpage (geocities), but I have seen other sites where images are uploaded in 1 or 2 seconds most. I am using image tag to display images. Is there any way or technique (chaching) to display images quickly? Thanks.  [ September 12, 2006: Message edited by: Bear Bibeault ]
|
 |
Oricio Ocle
Ranch Hand
Joined: Nov 30, 2004
Posts: 284
|
|
Depends on: - Image size. Use a compressed format like jpg or gif. - Server uploading bandwith. I think this could be the reason for free hosting
|
SCJP, OCMJD, OCMJEA
|
 |
Gregg Bolinger
Ranch Hand
Joined: Jul 11, 2001
Posts: 15230
|
|
Just a bit of clarification. Using the image tag to display images on a web page is not considered image uploading. Typically, anything coming from the server to the client is considered downloading. Images and other resources like CSS and JS files will typically be cached autmagically by the browser unless you direct the browser otherwise. As Oricio stated, most likely your issues are because of using a free hosting service like geocities. You kind of get what you pay for.
|
 |
 |
|
|
subject: images are taking long time to upload
|
|
|