Active
Project:
Adaptive Image
Version:
7.x-1.4
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
2 May 2012 at 18:35 UTC
Updated:
3 Oct 2012 at 20:14 UTC
I migrated to a new server and I noticed that my AI images would take 5+ seconds to load, even when accessing them directly via the Image URL. The only difference I can see between the two servers is that the new one is in a virtual environment and require /RewriteBase to be enabled.
Has anyone else experienced this problem?
Comments
Comment #1
greensolid commentedIf you didn't change the site as it, the new system might be slower than the previous one,
because virtual environments mostly share servers with others.
Possibly you have the same problem like me, though caching the image would partly fix this:
http://drupal.org/node/1412616
Comment #2
bryancasler commentedI don't think the server is the problem (rackspace cloudsites). And I would figure if I was accessing the image directly via the URL, then caching wouldn't be needed.
Comment #3
kerasai commentedHi there. I think there is an issue with the way this module is handling the images, mainly writing the URLs into the page markup which is causing Drupal to regenerate the image on every request.
Documented in further depth at http://drupal.org/node/1412616#comment-6554726.