Question

I'm using feedroll.com for my site to receive 4 different feeds. After testing the page speed, it's obvious the RSS is slowing down the site by far and taking the longest to load. Any general tips on how to somehow minimize the page load time for RSS feeds? Thanks.

  • side note: I'm using the feeds because I have one site where parts of it are JSP and other parts PHP (Wordpress).
Was it helpful?

Solution

One simple approach (if the content of the feeds do not change very much over time): Use a cron job to download the feeds periodically to your web server. Take the downloaded feeds from your web server's file system when you serve documents to the client.

For example: If you use the Feedcombiner you can periodically download the feed to your server and make a link to this downloaded RSS Feed on your server's file system.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top