Details
-
Bug
-
Resolution: Fixed
-
Blocker
-
12.2
-
Unknown
-
N/A
-
N/A
-
Description
The point of the thread pool (with a size of 2 by default) was to reduce the impact of the (very expensive) notification gathering on the XWiki instance.
The refactoring done in XWIKI-17052 skipped that to only rely on async rendering. While it does not block http threads (but that's actually not true for notification count) it still produce way too much threads doing notification calculation. For example it makes myxwiki.org barely usable.
Attachments
Issue Links
- is related to
-
XWIKI-17052 Allow to inject Javascript / CSS in Notification Displayer
- Closed
-
XWIKI-17338 Handle getting cached async content with JSX with an AJAX request
- Closed
- relates to
-
XWIKI-17336 Allow the async rendering framework to limit the pool of threads based on AsyncRenderer type
- Closed