HaqDiesel Wrote:
What would cause a browser to delay rendering until the images load? I assume it would be in the HTML rather than the PHP?
No, PHP. If it does anything to the URL of the image at all, the PHP script will hang when it tries to go get it. If it just copies the URL (not the image itself, just the URL string) onto the destination page, then it would be fine, but I'm pretty sure it's doing
something with the image, just don't know what. Even if it's something as simple as checking its size.
I guess this could have to do with the too-large-image resizing hack, although i didn't think that was applied to avatars. Oh well, I won't have time to look it over anytime soon.