/cache/<albumname>/<imagename> in relation to the actual image.
It may be faster to access the file directly than to access the URL of hundreds of files. For exampled I notice my plugin works faster when it uses links that utilizes the actual path than when it uses a URL.
and yes I did a few tests its a bit slower. Funny thing is full size images go faster than the small cache images that WAY smaller... just trying to get every once of speed
Then you should use the image get function respectively class methodes. Otherwise you get into trouble if things are changed internally. Also this way you make sure you access images that have been cached.
Comments
No the URL put the physical directory.
It may be faster to access the file directly than to access the URL of hundreds of files.
For exampled I notice my plugin works faster when it uses links that utilizes the actual path than when it uses a URL.
and yes I did a few tests its a bit slower. Funny thing is full size images go faster than the small cache images that WAY smaller... just trying to get every once of speed
But what will you do with that link? Only the PHP code can deal with the result, WEB browsers cannot display from it.