Slow to load large image links
Posted: Thu Jan 14, 2016 1:55 pm
Looking at this current thread:
viewtopic.php?f=1&t=13874
From my workplace, am on a fast AT&T T1 line but the thread is loading so so slow. I tried both Mozilla Foxfire and IE11. Noticed all the images links are to large Flickr image files that the board software slowly loads then eventually downsizes for display within the available frame panels. In fact after about 15 minutes most of the image links had not even changed to show any loading images so might take an hour to fully load. For example first image 2048x1538 pixels 1.29mbytes scaled to 767x576. I extracted the Flickr path then directly accessed it via my URL address bar and it loaded in just a few seconds. So the packet bottleneck seems to be at HST. Is that just a temporary issue?
I always downsize my images to fit typical board Internet browser displays and then have links to larger images if someone wants to view more image details. If that is always going to be the situation as was the case in the past then board members need to know that for TR's they ought post or link to downsized images and not full out of camera originals.
Another issue is when someone posts a long TR thread with lots of images that the html has not been set up for the image dimensions required. That causes the text in a thread to jerk around continually as images slowly load that is nauseatingly annoying. If the width and height for all images on a page have already been calculated before the text in a page begins to load, then the jerking around won't occur and instead the browser will pre-allocate space for each image as they gradually load. When a jpg image without height and width information in the tags is first accessed say from another page or database, the size ought be shown in the header so the forum software could be written to operate so.
There are many html coding pages explaining how to do this. Search "pre load web page images".
David
viewtopic.php?f=1&t=13874
From my workplace, am on a fast AT&T T1 line but the thread is loading so so slow. I tried both Mozilla Foxfire and IE11. Noticed all the images links are to large Flickr image files that the board software slowly loads then eventually downsizes for display within the available frame panels. In fact after about 15 minutes most of the image links had not even changed to show any loading images so might take an hour to fully load. For example first image 2048x1538 pixels 1.29mbytes scaled to 767x576. I extracted the Flickr path then directly accessed it via my URL address bar and it loaded in just a few seconds. So the packet bottleneck seems to be at HST. Is that just a temporary issue?
I always downsize my images to fit typical board Internet browser displays and then have links to larger images if someone wants to view more image details. If that is always going to be the situation as was the case in the past then board members need to know that for TR's they ought post or link to downsized images and not full out of camera originals.
Another issue is when someone posts a long TR thread with lots of images that the html has not been set up for the image dimensions required. That causes the text in a thread to jerk around continually as images slowly load that is nauseatingly annoying. If the width and height for all images on a page have already been calculated before the text in a page begins to load, then the jerking around won't occur and instead the browser will pre-allocate space for each image as they gradually load. When a jpg image without height and width information in the tags is first accessed say from another page or database, the size ought be shown in the header so the forum software could be written to operate so.
There are many html coding pages explaining how to do this. Search "pre load web page images".
David