Thanks!
I'm using Apache. I checked the conf and hostnamelookups is off.
The two servers are both hosted by the same hosting company (OLM.net) so I would imagine that the network conditions are similar if not identical.
I'm pretty sure the speed issue is not related to mysql config but I will be checking that in some detail. The issue appears to relate solely to the speed of image downloads.
I compared the httpd.conf for the two servers and found a difference in the KeepAlive values but I'm not sure what it means. The old server:
#
# KeepAlive: Whether or not to allow persistent connections (more than
# one request per connection). Set to " On" to deactivate.
#
KeepAlive On
Note that it says 'set to "on" to deactivate which really doesn't make any sense.
And the new server had it off but also had a different directions...now we set it to 'off' to deactivate. Does that mean someone at apache got hip to the typo and fixed it? Or is the meaning of the var reversed?
#
# KeepAlive: Whether or not to allow persistent connections (more than
# one request per connection). Set to "Off" to deactivate.
#
KeepAlive Off
Thanks for the tip...this may be exactly what the problem is! As for 'juicy' stuff...any more advice about what constitutes 'juicy' ?