![]() |
|
Question about speed of calling thumbnails - Printable Version +- ZenphotoCMS Forum (https://forum.zenphoto.org) +-- Forum: Support (https://forum.zenphoto.org/forum-1.html) +--- Forum: General support (https://forum.zenphoto.org/forum-4.html) +--- Thread: Question about speed of calling thumbnails (/thread-969.html) |
Question about speed of calling thumbnails - snagt - 2006-12-13 I'm using the Or is it the same as creating a normal thumbnail, because the custom function just gives a few variable numbers to the i.php script which otherwise would get those variables out of the zp-config, and eitherway it makes the same kind of output-thumbnail with the same width/height/cropheight in the filename. Question about speed of calling thumbnails - trisweb - 2006-12-13 It's the same as using the default thumbnailing; the slow loading only happens the first time the image is loaded at that size, then it's cached and very fast. You're right about the parameters to i.php -- it makes no difference where they come from. Unlike other galleries, Zenphoto does all image processing on-the-fly. It would be easy to make a "preprocessor" script though that processes and caches all images at a certain size, but it's just as easy to view the album, which does the same thing. |