
Originally Posted by
awebapart
Since image resizing is processor intensive, that is why the pages take such a long time to load, it has to resize 12 thumbnail images each time (and the larger the original image, the more the shrink required, and the more time it takes).
You need to have a word with your web developers about changing the script so that either the resized images are cached for reuse again, or the images are pre-generated at some other time, admin content publish time rather than user page view time.
This issue may also be compounded by cheap hosting, if you have hundreds of other sites on the same server. If on the fly image resizing isn't the issue, then there may be other issues with a strained server, e.g. waiting for database connections, hitting the database too much, etc.