There are 5 updates, 1 comment.
 
 
XWiki Platform / cid:jira-generated-image-avatar-5750a294-6b0e-4353-9734-db2110d76899 XWIKI-23254 Closed

Page loads are slow for users with many watched pages

 
View issue   ยท   Add comment
 

5 updates

 
cid:jira-generated-image-avatar-571adbf7-c53a-44c4-bbba-cde3fd150565 Changes by Michael Hamann on 31/Jul/25 17:11
 
Fix Version: 17.4.4
Documentation in Release Notes: https://www.xwiki.org/xwiki/bin/view/ReleaseNotes/Data/XWiki/17.7.0RC1/Entry001/
Documentation: N/A
Resolution: Fixed
Status: Open Closed
 
 

1 comment

 
cid:jira-generated-image-avatar-571adbf7-c53a-44c4-bbba-cde3fd150565 Michael Hamann on 31/Jul/25 17:11
 

This issue also affects the speed of notification processing as for that, the same hierarchy needs to be computed. The computation should be much faster now as the quadratic loop should be linear now unless the user doesn't just watch many pages but has also excluded many pages (which seems unlikely as this won't happen automatically).