I've recently started trying to increase my sites performance. One of the biggest obstacles I have are the number of thumbnails being displayed.
I currently use the full size image and scale it down by defining a height/width value in the img tag. This doesn't seem very efficient so my question is whats the recommended way to display thumbnails? Should I maintain a second table in the DB for thumbnails or is there a better solution?

image-name-thumbexisted, if not then I would call that function and create it, then display the thumb. This way a thumb is only ever created once. Also, might be easier if you keep the thumbs in their own directory. – martincarlin87 Nov 18 '11 at 14:09