PHP image resize on the fly vs storing resized images

Posted by Pablo on Stack Overflow See other posts from Stack Overflow or by Pablo
Published on 2010-05-12T23:55:01Z Indexed on 2010/05/13 0:04 UTC
Read the original article Hit count: 170

I'm building a image sharing site and would like to know the pros and cons of resizing images on the fly with php and having the resized images stored.

Which is faster?

Which is more reliable?

how big is the gap between the two methods in speed and performance?

Please note that either way the images go through a PHP script for statistics like views or if hotlinking is allow etc... so is not like it will be a direct link for images if i opt to store the resize images.

I'll appreciated your comments or any helpful links on the subject, Thanks.

© Stack Overflow or respective owner

Related posts about php

Related posts about image-resizing