Closed (fixed)
Project:
Bluga WebThumbs
Version:
5.x-1.x-dev
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Reporter:
Created:
15 Mar 2008 at 13:15 UTC
Updated:
30 Mar 2008 at 19:14 UTC
Jump to comment: Most recent file
Comments
Comment #1
zostay commentedYikes. I'll take a look at it this weekend. It should only be fetching each file once on demand, so that's bad.
Comment #2
zostay commentedLooks like it's performing a new request on every request. Bad.
Comment #3
zostay commentedShould now be fixed in CVS and will be in the dev-release the next time drupal.org builds it.
Comment #4
jibbajabba commentedAndrew, I'm not sure this is working correctly yet. I deleted all the old files in my bluga directory, then downloaded and installed the latest development snapshot released today.
I have 347 nodes with images, and I call the medium2 and large size thumbs. There are presently 3024 files in the bluga directory with many duplicates of the smaller thumbs. The number keeps increasing as I view more of the nodes.
I attached screenshot of the images generated from one node, which produced 86 thumbnails. Also attached a screenshot of MySQL table in PHPMyAdmin, which shows the right number of entries.
Did I need to do anything besides delete the old generated thumbnails, upload the new module files, and run update.php? Seems like the bug is still exhibiting the same behavior.
Comment #5
jibbajabba commentedI think this may actually be working correctly. I followed the following procedure:
1) turned the module off, deleted old thumbs, cleared the table.
2) turned the module back on, visited pages again.
Not seeing any duplicate images when I revisit the same pages, so the reinstall and cleared table must haved have corrected.
Thanks!
Comment #6
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.