Tabbed feeds with ajax vs. without on homepage [closed]

I would go with jQuery UI tabs where the feeds would be hidden because WordPress caches feeds for 12 hours using the Transients API.

This would be less expensive than doing an Ajax call for each tab.

Use fetch_feed to parse and and cache.

The cache times can be filtered using wp_feed_cache_transient_lifetime.