Improve Admin Console load time when RSS can't be reached

Description

The first page of the admin console shows the content of an RSS feed. When that RSS feed cannot be reached, the page takes a long time to load (2 to 3 minutes). Loading of the RSS feed should be asynchronous, possibly even done from the browser, rather than from the server.

A work-around to avoid the long load times is to disable the RSS feed, by configuring the property rss.enabled to false.

Environment

None

Activity

Show:

Dele Olajide December 17, 2022 at 4:28 PM

possibly even done from the browser, rather than from the server.

That may be difficult as RSS does not directly work from the browser because of CORS. That is probably why Openfire is being used as a proxy.

Fixed

Details

Assignee

Reporter

Components

Fix versions

Priority

Created December 16, 2022 at 4:11 PM
Updated September 22, 2023 at 2:09 PM
Resolved September 22, 2023 at 2:09 PM