Come together with the global Drupal community in Rotterdam, 28 Sept – 1 Oct 2026. Sessions, contribution, connection, and Early Bird savings until 8 June.
We use Imagecache in a high-traffic production environment with much success. I recommend trying it out on a testing server to see how it fits your implementation and to see if you have any issues, and subsequently deploying to production on success. :)
I have been trying it out for last few weeks. And i have come across diff set of problems. recent one being, it does not generate the resized image file.
You may need to flush your caches a few times. As a general rule, if something isn't appearing on my site I will flush my caches to make it appear. I recommend doing this during low-traffic times. ImageCache itself manages its own cache, so you will have to flush the ImageCache cache to make changes appear. I have also had to flush memcache since it does compiled php caching. At least I think it does compiled php caching... ...either way, restarting memcache to flush it usually does the trick. ;)
Comments
Imagecache works for me
We use Imagecache in a high-traffic production environment with much success. I recommend trying it out on a testing server to see how it fits your implementation and to see if you have any issues, and subsequently deploying to production on success. :)
Good to hear that
Good to hear that metagrapher,
I have been trying it out for last few weeks. And i have come across diff set of problems. recent one being, it does not generate the resized image file.
Flush Caches
You may need to flush your caches a few times. As a general rule, if something isn't appearing on my site I will flush my caches to make it appear. I recommend doing this during low-traffic times. ImageCache itself manages its own cache, so you will have to flush the ImageCache cache to make changes appear. I have also had to flush memcache since it does compiled php caching. At least I think it does compiled php caching... ...either way, restarting memcache to flush it usually does the trick. ;)
Let me know how that goes for ya.
IMCE and IMCEimage for CCK.
IMCE and IMCEimage for CCK. They work brilliantly for image management and resizing.