|
If I could pose a few suggestions:
Two different versions of jQuery are being loaded on each page, along with two different versions of a jQuery cookie script. My suggestion would be to settle on one version of jQuery and combine the files into a single download, creating one remote script download instead of 4.
It appears that http://cache.backpackinglight.com/ is really unresponsive, taking up to a half second to respond to requests. This is the biggest issue with pageloads. If these are simply static thumbnails served from Apache (which appears to be the case), you may want to upgrade the hosting there or move your assets to Amazon S3 or another Content Delivery Network.
Edit: Another, perhaps more immediate fix would be to asynchronously load in avatars via javascript after page load. This would cut down on the number of calls to the cache and allow the full thread to appear much more quickly.
Edited by kylemeyer on 03/30/2011 11:57:40 MDT.
|