|
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. |
|