-
Type:
Bug
-
Resolution: Fixed
-
Affects Version/s: None
-
Component/s: Comments
-
Critical
-
"AllComments" store: Prevent multiple requests by only making new ones when none are pending.
-
Emptyshow more show less
problem multiple requests
- Open the comment overview, a loading process of comments starts
- while this request is running, collapse and open the comment overview again
- Another request is created, but the first one is not cancelled, so two requests are running now in parallel
performance problem
- Still under investigation
- relates to
-
TRANSLATE-2817 Solve Problems with CommentNavigation causing too much DB strain
- Done