This issue has been created
There is 1 update.
 
 
XWiki Platform / cid:jira-generated-image-avatar-9b9998af-ed58-43b5-906f-7e82b2d1a7dd XWIKI-23005 Open

Allow to preload children in DocumentTree macro

 
View issue   ยท   Add comment
 

Issue created

 
cid:jira-generated-image-avatar-90e56881-ea15-4719-ae4f-ace975719922 Simon Urli created this issue on 19/Mar/25 14:39
 
Summary: Allow to preload children in DocumentTree macro
Issue Type: cid:jira-generated-image-avatar-9b9998af-ed58-43b5-906f-7e82b2d1a7dd Improvement
Affects Versions: 16.10.5
Assignee: Unassigned
Components: Index
Created: 19/Mar/25 14:39
Priority: cid:jira-generated-image-static-major-308b7ecd-3356-4bdb-9d0d-d9a30687b3a0 Major
Reporter: Simon Urli
Description:

The DocumentTreeMacro currently performs ajax requests for each opened node. This is particularly true with a first implementation of XWIKI-20528: each level that needs to be expanded triggers a request.
It would be interesting to allow getting an entire hierarchy including children nodes at once, without performing more requests to get children.

 
 

1 update

 
cid:jira-generated-image-avatar-90e56881-ea15-4719-ae4f-ace975719922 Changes by Simon Urli on 19/Mar/25 14:39
 
Labels: performance