There is 1 update.
 
 
XWiki Platform / cid:jira-generated-image-avatar-db9f526c-7b18-4bae-b846-833567c7a092 XWIKI-2874 Open

Loading and saving documents from/to the database with a lot of objects can take a long time

 
View issue   ยท   Add comment
 

1 update

 
cid:jira-generated-image-avatar-59e37117-467f-433a-8786-85f21614c5de Changes by Thomas Mortagne on 08/Nov/24 11:52
 
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. And logic is the same for both load and save.


The delete can take quite a while too.