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.
resize or cache?
Moderator: General Moderators
Re: resize or cache?
u cann use cache.. its the best way.. it has high speed..
Re: resize or cache?
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.
Real programmers don't comment their code. If it was hard to write, it should be hard to understand.