Hello,
One of the thing I noticed being ‘crawled’ from SimplePress 4 is the fact that user uploaded avatars are being resized inline. (i.e. if a user uploads a 1000x1000px photo, in order to display their avatar on all the posts, that huge photo is getting loaded). And not all users are enough tech savvy to only upload an already shrank photo for their avatar.
Since WordPress already provides the means to resize photos and create thumbnails, would there be a way for you to kook up in their API and provide the avatars in a ‘thumbnail’ size ? (just a suggestion).
Like running the image through a resizing script before placing it in /wp-content/forum/forum-avatars/
I personally run all the images in forum-avatars through a resizing script that shrinks them down every now and then. This helped lower the page loading time significantly. I’m sure I’m not the only one having such problems, so a lot of users might benefit from this improvement.