Details
-
Bug
-
Resolution: Unresolved
-
Major
-
None
-
1.7 M3
-
patch
-
Awaiting Contributor feedback
-
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.
Attachments
Issue Links
- blocks
-
XWIKI-22576 Performance issues for saving large groups
- Open
- is related to
-
XWIKI-8948 Each property type should be stored in its own database table
- Reopened
- relates to
-
XWIKI-14712 Object editor doesn't display nicely xclasses located in nested spaces
- Closed
-
XWIKI-17174 Object editor loads too slowly when there are a large number of xobjects/xproperties to load
- Closed