performance - Best folder structure for storing image in filesystem? -
i in process of creating website small company, catalog page shows categories , listing of products. have images each product, stored in 1 folder per product, each folder containing small, medium , large version of file (for use in diff. places).
is recommended/more efficient combine small, medium , large images in 1 folder each, when catalog listing dynamically created using php / mysql server (shared hosting) doesn't have in 10 different folders, there 1 image each?
would notice 10 items per page/request? (total of 500 products?)
how images created , prepared? mean image software stores 1 size per folder. if kept there's no intermediate step necessary move/copy images. guess efficiency not different.
may ask if use framework site?
Comments
Post a Comment