There are 2 updates.
 
 
XWiki Platform / cid:jira-generated-image-avatar-d3ca314b-921d-4e1e-98bd-b93b9e3b3dc8 XWIKI-2874 Open

Loading and saving documents with a lot of objects can take a long time

 
View issue   ยท   Add comment
 

2 updates

 
cid:jira-generated-image-avatar-279ba799-ffdd-41e8-b8a8-c56cfaa9398b Changes by Thomas Mortagne on 28/Oct/24 09:38
 
Summary: Allow XWiki to scale Loading and saving documents with large number a lot of objects can take a long time
Description: It seems pages get very slow to load when documents have lots of objects attached to them. For example a page with 10000 comments will load slowly.

We need to find a strategy or practice (generic or not) that allows XWiki pages to load fast even when they have lots of objects.

The main problem seems to be that the store handle every single object property as an independent hibernate request, producing tons of those. The logic is the same for both load and save.