Saturday 25 November 2006 2:41:16 am
1)Image storage
It will be usefull to change the storage dir for big web site.
Actually when I upload a image, the url contains :
/myfolder/myfolder2/imgname.png
Maybe it's a nice way to find it on the drive and for google but
if i have hundred of folder on ez, I will have hundred of directory on my filesystem. Just try to list a directory with millions of file or folder ....
Maybe it'll be a go way to store file like the cache files: url will be /0/1/4/aaa.png
2) static cache
I have the same trouble with the static cache.
the static cache, create on folder and one index page for each nodes.
with this system, it's easy to configure apache to find the good page, but what happen if I have a folder with 10000 object ,I will have 10000 directory on my disk with 1 file in each folder. Why don't you use the same way of the cache file?
don't flush the cache
|