Skip to content

Reduce requests on comment pages

Lukas Weingarten requested to merge reduce-requests-on-comment-pages into master

Stop loading comment counter with a seperate request if not used at all (participants and presentation).

Furthermore stop loading counter seperately for lists which have been loaded (comments or moderation comments) in creators CommentsPageComponent. Instead use length of already loaded list and only request the other counter.

Also avoid duplicated requests for lowlighting of comments in presentation.

Related: #1140

Merge request reports