Reputation: 3021
Any ideas on how to parse RSS feeds without massively slowing down my page?
It takes a good 3 secs to load whilst it grabs the RSS from another server.
Upvotes: 0
Views: 170
Reputation: 15780
Create a script that will run in cron with 10 min interval (depending on your preference). That script fetches the RSS feeds, storing the data in your server so that your page will get the feeds locally.
Upvotes: 4