Details
-
Type:
Improvement
-
Status:
Open
-
Priority:
Major
-
Resolution: Unresolved
-
Affects Version/s: 1.0
-
Fix Version/s: Future
-
Component/s: Content Filtering
-
Labels:None
-
Similar issues:
XOFFICE-100Speed up Word startup time XOFFICE-134Improve HeadSectionRemover pre-DOM filter XOFFICE-120Refactor DOM filters XOFFICE-130Web To Local Style Filter XOFFICE-56Attribute correction filter does not work properly XOFFICE-70Write tests for DOM filters XOFFICE-121Refactor pre-DOM filters XOFFICE-228Null reference on Grammar filter XOFFICE-106Create a Content Filtering project. Move filtering from XWikiLib. XOFFICE-69Write tests for pre-DOM filters
Description
Opending a wiki page is slower then the M1 version. This is due to macro suport implementation. This should be optimized:
Step 1: Create aditional tests and stop unnecesarry computations
Step 2: Move the implemetation from XmlDocument + XPath to optimized .net 3.5 classes with Linq support like XDocument.
Teofil are you active on this?