Developing a Site Like AllTop.COM – RSS Reading Problem

If the plugin in question is properly coded it’s likely using fetch_feed(). This WP function will automatically cache the feeds for certain time.

Still, at initial load and when cache expires fetching 50 feeds is going to be pretty horrible and might break in different ways.

For reasonable experience you would need to update feeds async, for example using WP Cron.