[coldbox:4109] Performance Issues

Thanks for your extensive response brad..

When i turn on all the caching in coldbox..do i then need to set the
caching specifically in each handler/event? etc <cffunction="homePage"
cache="5">, or will the framework handle all this for me?

Also, i was advised to turn configautoreload off?

Never heard of this seeFusion..will give it a go now..

Yeah, it seems like im going to have to mimize the javascript and css
to make the page load faster also....will look into this..

The images are being dragged via the last.fm api, so I cant really
reduce their sizes without saving the images to my own server and then
processing them, which i dont really want to do...Suppose the best I
can do in the meantime is pull less query results from the database on
the homepage so there are less images.

Thanks