"I have a suggestion that I hope you really will take under consideration because it will improve your platform more than anything else. The time it takes to load the activity feed today is terrible. On our site with a lot of activity it takes about 10 seconds to load the feed. And the reason seem to be because the SQL query is very slow on first run when not cached. But it can be dealt with if you could give the site owner the option to limit the date range for the feed then you can improve the performance significantly. The query run in 1 second instead of 7-8. It would be awesome if we could speed up the ""All-feed"". And it seems it could be possibly to improve it a lot by just limiting the date range and fetch only the activities posted 3 weeks back from now. We only want to limit the ""All-feed"" at the moment. ----THIS IS THE SQL QUERY FETCHING THE ALL-FEED TODAY--- SELECT DISTINCT a.id FROM wp_bp_activity a INNER JOIN wp_bp_activity_meta ON ( a.id = wp_bp_activity_meta.activity_id ) WHERE ( ( a.privacy IN ( 'public'