Page 1 of 1

resize or cache?

Posted: Wed Jan 20, 2010 8:08 pm
by mothore
Would it be better to resize and store a thumbnail of individual images as being uploaded (size)? Or resize live direct to browser (speed)?

This is for an application based on 100-1000 users with unlimited capacity for photo uploading.

Search request didn't find any discussions based on my query.

Re: resize or cache?

Posted: Thu Jan 21, 2010 3:53 am
by carolin
u cann use cache.. its the best way.. it has high speed..

Re: resize or cache?

Posted: Thu Jan 21, 2010 10:09 am
by pickle
Resize on upload. It would be a tremendous draw on the server if you have 1000 users looking at 24 photos at a time - that's 24,000 PHP scripts that have to be run to resize on the fly.