Does PHP's thumbnail creation ability cause high server load? I'm only doing about 10 thumbnails per page from images that aren't very large but my host is telling me that something in my PHP scripts is causing excessive server load.
Further to the above question, can a PHP script be written that creates a thumbnail then saves it as a file instead of as a temporary image?