You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "Jean-Baptiste Quenot (JIRA)" <ji...@apache.org> on 2007/03/03 15:27:58 UTC

[jira] Commented: (WICKET-315) Parsing web.xml for filter mapping is too slow

    [ https://issues.apache.org/jira/browse/WICKET-315?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12477631 ] 

Jean-Baptiste Quenot commented on WICKET-315:
---------------------------------------------

Parsing web.xml with XmlPullParser is around 200 times faster than with the DOM API.  Both are invoked ATM in order to be able to compare the performance.  Note that this requires the patch from WICKET-350 to work.

> Parsing web.xml for filter mapping is too slow
> ----------------------------------------------
>
>                 Key: WICKET-315
>                 URL: https://issues.apache.org/jira/browse/WICKET-315
>             Project: Wicket
>          Issue Type: Improvement
>          Components: wicket
>    Affects Versions: 1.3
>            Reporter: Jean-Baptiste Quenot
>         Assigned To: Jean-Baptiste Quenot
>         Attachments: 20070303-wicket-1.x-WICKET-315-web-xml.txt
>
>
> Need to rewrite web.xml parsing with pull parser instead of DOM and see if it performs better.  Launching wicket-examples is very slow now as it has many configured WicketFilters.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.