There are 5 updates, 1 comment.
 
 
XWiki Platform / cid:jira-generated-image-avatar-e8dc2249-dbf5-4eb4-8084-b8bd045b2cb5 XWIKI-23212 Closed

Performance issues when editing a page with many tables and macros, especially while using Realtime Collaboration

 
View issue   ยท   Add comment
 

5 updates

 
cid:jira-generated-image-avatar-9315dce9-b21e-43ad-8266-c6a67131fe8f Changes by Marius Dumitru Florea on 19/Aug/25 17:32
 
Documentation in Release Notes: N/A
Documentation: N/A
Resolution: Fixed
Tests: Integration
Status: Open Closed
 
 

1 comment

 
cid:jira-generated-image-avatar-9315dce9-b21e-43ad-8266-c6a67131fe8f Marius Dumitru Florea on 19/Aug/25 17:32
 

I did some optimizations on our side, but it's not perfect because:

  • getting the CKEditor data is slow when the edited content is large (and we need to get the data when there are local changes)
  • doing the diff / patch with DiffDOM can be also slow on large content