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

greensolid’s picture

If 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

bryancasler’s picture

I 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.

kerasai’s picture

Hi 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.