Album thumb won't cache

Hi,

I'm using `<?php printCustomAlbumThumbImage( "", "", 140, 78 ); ?>` to display album thumbs, and the suckers just won't cache. Image thumbs cache fine. Using Jan 27 nightly with hand selected album thumbs for each album, so it's not pulling a different thumb each time or anything.

Help.

Comments

  • How do you mean that they won't cache. That is pretty much impossible if they actually get displayed since the image displayed comes from the cache.
  • So, what am I looking for? The album thumbs all appear to be displaying.
  • Yes, but each time you view them, they seem to be regenerating instead of displaying from cache. Compare their load times to the thumbs in the albums. Even browser's cache doesn't seem to be catching the album thumbs as they're reloaded each time you view the gallery front page, unlike when you view the image thumbs within a single album.
  • acrylian Administrator, Developer
    Just to note, I can't see anything wrong or different to the actual thumbs in the albums. It loads quite fast for me (using Safari 3).
  • When you view the gallery index, then click into a gallery, and then into the index again, the thumbs do not reload from scratch for you?
  • How are you creating the thumbnails? This does not seem to be the standard default theme.
  • It's a heavily modified default theme. To create the album thumbs, I use `<?php printCustomAlbumThumbImage( "", "", 140, 78 ); ?>`
  • Ok, There is a fix in the current SVN.
  • What's the difference in the SVN and the latest nightly?
  • The SVN is where the development changes go. It gets turned into the nightly build once a day at 2300 Pacific time. So tonight's nightly build will contain the fix.
  • Ah, great. I'll wait for the nightly. Thanks!
  • Updated to Jan31 nightly and the problem still exists...
  • Are you sure there's a fix in the latest? Or did I do something wrong?
Sign In or Register to comment.