Re: Images - slow page loads
Quote:
Originally Posted by
saftek
Should I split the images into categories to reduce the single folder size?
That is probably best, since it sounds like your performance problem is simply the load caused by too many files in one folder.
/images/a/apple.jpg
/images/b/banana.jpg
/images/medium/a/apple_MED.jpg
/images/medium/b/banana_MED.jpg
/images/large/a/apple_LRG.jpg
/images/large/b/banana_LRG.jpg
Re: Images - slow page loads
Quote:
Originally Posted by
DrByte
That is probably best, since it sounds like your performance problem is simply the load caused by too many files in one folder.
/images/a/apple.jpg
/images/b/banana.jpg
/images/medium/a/apple_MED.jpg
/images/medium/b/banana_MED.jpg
/images/large/a/apple_LRG.jpg
/images/large/b/banana_LRG.jpg
I don't understand which size image to place in the /images folder... for example suppose I have 640px, 400px, 250px and 150px...
Thanks.
Re: Images - slow page loads
I use:
smallest (thumbnails) in the /images
images/medium for the mid-sized image (the "small" image that shows up on a product page)
images/large for the full-sized, biggest pic you've got of the product (shows up when someone clicks on the mid-sized image).
When I add a product I link the smallest via the product add-on page in admin, and then ftp the medium and large into their respective folders. Then - if I understand it correctly - the product page doesn't even try to load the large image until a customer clicks on the medium to enlarge it.
Re: Images - slow page loads
Quote:
Originally Posted by
joejoejoe
I use:
smallest (thumbnails) in the /images
images/medium for the mid-sized image (the "small" image that shows up on a product page)
images/large for the full-sized, biggest pic you've got of the product (shows up when someone clicks on the mid-sized image).
When I add a product I link the smallest via the product add-on page in admin, and then ftp the medium and large into their respective folders. Then - if I understand it correctly - the product page doesn't even try to load the large image until a customer clicks on the medium to enlarge it.
Thanks! That is exactly what I needed to know. Cheers.
Re: Images - slow page loads
It's all explained in the FAQ article on that topic: http://www.zen-cart.com/content.php?...s-to-a-product
Re: Images - slow page loads
I found for me to turn off the additional images go rid of the slow load problems... Go to Admin->Catalog->-Product Types-> Modify Layout and Turn off the additional images..
I think it's going to the image directory and indexing it into an array to find additional images.. It eats up a lot of time doing that.
Good luck!
Brian