There is 1 comment.
 
 
XWiki Platform / cid:jira-generated-image-avatar-a6c863b7-79ea-448e-b814-1e17b7db1cf0 XWIKI-23817 Open

Performance issues since 16.10.14 upgrade (page, navigation panel, wiki init)

 
View issue   ยท   Add comment
 

1 comment

 
cid:jira-generated-image-avatar-b9537513-e1f0-4be7-b6df-5aaaa6f9d7f5 Michael Hamann on 12/Dec/25 13:10
 

It would be interesting to have more detailed performance data from the XWiki Java process like a flame graph. We frequently use Glowroot for this purpose on production setups like xwiki.org. One quick idea could be that the query limits introduced in XWIKI-23355 could have an impact. Not so much the limit clauses that might get added in a few queries, but maybe retrieving the configuration value is slow in your setup? You could try specifically for the navigation panel to remove the lines

  #else
    #validateQueryLimit($limit)

from the content of the page XWiki.DocumentTreeMacros. If the navigation panel expands faster afterwards with XWiki 16.10.11, that could explain it. As the #validateQueryLimit macro is defined in the WAR and added in 16.10.11, this would explain why just downgrading the WAR helps.