I am creating a website for a small company with a catalog page showing categories and a list of all products. I have images for each product, stored in one folder for each product, each folder containing a small, medium and large version of the file (for use in different places).
Is it recommended / more efficient to combine all small, all medium and all large images in one folder each, so when the directory list is dynamically created using PHP / MySQL, the server (shared hosting) should not look in 10 different folders where there is one image ?
I would notice about 10 points per page / request? (about 500 products in total?)
source
share