Salta al contenuto principale


I have tested many RSS Readers, and there are some great ones, but Friendica also acts as one and does a fantastic job at. This was one of the features that convinced me to move form Mastodon to Friendica. The fact that I can follow anyone on the fediverse + any RSS feed....is just too good! I keep on saying this, but Friendica is really underrated. #tromlive
in reply to Tio

@Tio I am using friendica's rss function with the @Rassegna Web: politica e diritti digitali account and I'm really excited. Unfortunately it also seems to devour the server resources ... Is it an impression or not? Is there any gimmick to optimize performance?
in reply to Informa Pirata

How much of the resources it uses? We have lots of RSS sources and all seems to be ok. But is true we have a lot of resources: 64GB of RAM and 10 core cpu. But I do not see Friendica eating a lot at all.
Unknown parent

friendica - Collegamento all'originale
Hypolite Petovan
Feeds are cached for 15 minutes (except when the user was active less than 15 minutes ago) and only the 10 most recent items are fetched. So I'm not sure if the performance problem is directly related to feeds.
Unknown parent

friendica - Collegamento all'originale
Hypolite Petovan
curl --head doesn't affect how the request is made by the backend, which is the same as regular curl so this wouldn't work in that regard. We could use ETags where we are performing a lighter query to determine if the feed has changed even after the 15 minute cache has elapsed, but it requires clients to support ETag and 304 Not Modified HTTP response.
in reply to Hypolite Petovan

@Hypolite Petovan We carried out an empirical experimentation on rss feeds and we drew some conclusions.
The problem of the very heavy slowdown of the system was probably due to a trivial problem!
Since I had set the search on the feeds once or twice a day (instead of frequently, convinced that this was the best way not to burden the system 🤓), the system created some processing "queues" that slowed down the whole publishing mechanism: some Sometimes, from Mastodon, I saw friendica's messages only after one or more hours of publication! 😭
When we reset everything to "frequently" the problem disappeared... 🤣

@Hans Wolters @Tio @Rassegna Web: politica e diritti digitali

in reply to Informa Pirata

Thanks for the write-up, this behavior is entirely unexpected to me but I’m glad switching to « Frequently » suppressed it!