Page is a not externally linkable
- Code, Content, and Presentation
-- PHP Server Side Scripting
---- Can my server take the load of this thumbnail generator?


DrDoc - 6:34 pm on Sep 28, 2006 (gmt 0)


The way the thumbnails are generated is fine ... But you should save the generated thumbnail. Then, for each request ... first see if the image exists. If it does, send that. If not, create a resized and send that.

You'll need to use:
header()
fpassthru()


Thread source:: http://www.webmasterworld.com/php/3100686.htm
Brought to you by WebmasterWorld: http://www.webmasterworld.com