Does anyone know how to prefetch/preload an RSS feed?
When a user navigates to the homepage, I want the page to prefetch/preload an rss feed that is located on another page. That way, when the users click on the page that displays the RSS feed it will be immediate and not have to load.
I have tried <link href="URL_of_second_page" rel="next"> but that just loaded the page, and not the RSS feeds on that page.
When a user navigates to the homepage, I want the page to prefetch/preload an rss feed that is located on another page. That way, when the users click on the page that displays the RSS feed it will be immediate and not have to load.
I have tried <link href="URL_of_second_page" rel="next"> but that just loaded the page, and not the RSS feeds on that page.