While page load speed analysis, the result showed that the index.php and album.php page (NOT image) images are being redirected: I.E. redirect from GTmetrix for an album image:
Yes, that url is the correct url to the image processor (which `i.php` is) to generate the cached versions of resized and/or cropped images. It appears only once until the image is created.
These urls on your site probably come from album thumbs being set to random. So the image changes every time and if you have a lot of images in those albums you most likey always get an yet unprocessed one. So solution is to set a static album thumb on each album edit page or use the cacheManager to pre-cache (the theme used must be setup correctly if it uses custom sizes).
Comments
(NOT image.php)
More about how caching works in Zenphoto here: http://www.zenphoto.org/news/caching/
These urls on your site probably come from album thumbs being set to random. So the image changes every time and if you have a lot of images in those albums you most likey always get an yet unprocessed one. So solution is to set a static album thumb on each album edit page or use the cacheManager to pre-cache (the theme used must be setup correctly if it uses custom sizes).