Invision Community 4: SEO, prepare for v5 and dormant account notifications By Matt Monday at 02:04 PM
Aris Ribkin Posted May 15, 2022 Posted May 15, 2022 Hello, i have an issue, when i open rss feed all.xml with browser, it shows the last data, but when i use requests.get - data is updating with random delay (10-20 minutes), what can be a problem?
Solution Stuart Silvester Posted May 26, 2022 Solution Posted May 26, 2022 On 5/15/2022 at 8:26 PM, Aris Ribkin said: Hello, i have an issue, when i open rss feed all.xml with browser, it shows the last data, but when i use requests.get - data is updating with random delay (10-20 minutes), what can be a problem? Hi Aris, Community pages (including RSS) can be cached by edge-caches, especially if the request is being made as a 'guest'. The difference is that you're likely logged in with your member account when you're looking at the RSS feed in your browser. The delay shouldn't be too long, but you can cachebust the URL by adding your own randomised parameter i.e. ?cb=timestimp
Recommended Posts