by HB on Wed Oct 10, 2007 11:46 pm
To be fair, although CoffeeGeek suffered for more than a year with deplorable response times, it's zippy these days.
Anyway, the graphics should be fast since they're static content. But I think there's a problem with perceived slowness caused by the dynamic reformatting. As phpBB is written, the size of uploaded images are not stored with the thread text. So when a thread's HTML loads, the space reserved for a given image is a tiny block, which blooms out when the actual image arrives. If a thread has lots of images, the effect cascades as the images are loaded. If the image sizes were statically defined, the HTML would flow more smoothly (the "current page" time at the bottom of the page represents the HTML generation time, not the image loading time, which depends dramatically on the user's browser settings, cache, connection speed, etc.). But I think the images look better at their actual size than fixed thumbnail dimensions.
I'll have more hard data in a week, but all early indicators say the server upgrade was worth the trouble.
Dan Kehn