There is 1 update.
 
 
XWiki Platform / cid:jira-generated-image-avatar-4150392a-8acb-4e50-bb1d-45faffb9af08 XWIKI-22574 In Progress

Extensions with a lot of xobjects became much slower to display when the content author is different from the metadata author

 
View issue   ยท   Add comment
 

1 update

 
cid:jira-generated-image-avatar-d74cc627-2ddc-4a5d-abf6-f77c40693f61 Changes by Thomas Mortagne on 15/Oct/24 16:12
 
Description: A fix in 16.3.0 and 15.10.9 caused the number of document clone to skyrocket (2 more for each extension page property display) when the content author is different from the metadata author (since it's a clone to hack the document content author to the metadata author without messing with the document in the cache, so we don't need to do anything when they are equals already).

Unfortunately, the
[ clone can be very slow with documents containing xobjects with huge numbers , which is another bug to |XWIKI-22577] (fixing this would probably be the fix for this issue too) .

The workaround
and is to re-save the document with a modification in the content (to change the content author) .