Hello all!
What is the best way to have a "journal type" page load that has near 50 pictures that are 800x600 on a static html page?
Currently, I leave the picture as the source and the link *lightboxed*, so it loads once instead of waiting for a thumbnail, then the full to load. This also reduces the need to create two sets of images. I am about to create a 2nd server named img. that will serve all the content images out (as test show two host source increase speed greatly), while preserving the css and the text on the regular host.
Is thumbnails the only way to go to load faster? Some sites have thumbnails, then a javascript loader that loads the full images anyways, so you load more data than if you just had the base image resized. Seems odd to me, unless it is after Dom is finished..?
dyfrin.com