Thomas Andraschko created MYFACES-4290:
------------------------------------------

             Summary: [perf] Remove commons digester
                 Key: MYFACES-4290
                 URL: https://issues.apache.org/jira/browse/MYFACES-4290
             Project: MyFaces Core
          Issue Type: Improvement
          Components: General
    Affects Versions: 3.0.0-SNAPSHOT
            Reporter: Thomas Andraschko
            Assignee: Thomas Andraschko


I currently working on a prototype as quarkus module and MF startup itself 
takes ~4 seconds.
The reason is that parsing the faces-config with digester seems sometimes 
(very) slow.
I now replaced it with an DOM parser with similar pattern as digester and the 
starutp is now ~500ms.
It also removes a dependency and the new parser is even the same size (LOC) as 
the old...



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to