ICEfaces
  1. ICEfaces
  2. ICE-4088

optimize xerces DOM operations

    Details

    • Type: Improvement Improvement
    • Status: Closed
    • Priority: Major Major
    • Resolution: Fixed
    • Affects Version/s: 1.8RC1
    • Fix Version/s: 1.8RC2, 1.8
    • Component/s: Framework
    • Labels:
      None
    • Environment:
      ICEfaces

      Description


      By default, xerces runs with errorChecking set to true:

      (times in nanoseconds, 500 iterations)

      errorChecking(true) ice: auctionMonitor

      lifecycle took 9709000 RENDER: 8293000
      lifecycle took 9981000 RENDER: 8481000
      lifecycle took 9542000 RENDER: 8085000
      lifecycle took 9827000 RENDER: 8356000
      lifecycle took 9794000 RENDER: 8374000
      lifecycle took 10348000 RENDER: 8960000
      lifecycle took 9782000 RENDER: 8310000
      lifecycle took 10174000 RENDER: 8751000
      lifecycle took 10328000 RENDER: 8603000
      lifecycle took 9965000 RENDER: 8443000


      errorChecking(false) ice: auctionMonitor:

      lifecycle took 9419000 RENDER: 7985000
      lifecycle took 9375000 RENDER: 7998000
      lifecycle took 12394000 RENDER: 10994000
      lifecycle took 9798000 RENDER: 8356000
      lifecycle took 9367000 RENDER: 7978000
      lifecycle took 9363000 RENDER: 7843000
      lifecycle took 9409000 RENDER: 8021000
      lifecycle took 9292000 RENDER: 7936000
      lifecycle took 9438000 RENDER: 8047000
      lifecycle took 10291000 RENDER: 8296000

      5% improvement on the average.

      This can be enabled by the following in DOMResponseWriter:

              document = DOCUMENT_BUILDER.newDocument();
              ((com.sun.org.apache.xerces.internal.dom.CoreDocumentImpl) document).setErrorChecking(false);

      Perhaps this should be the default, but configurable with a context parameter.

        Issue Links

          Activity

          Ted Goddard created issue -
          Ted Goddard made changes -
          Field Original Value New Value
          Status Open [ 1 ] Resolved [ 5 ]
          Fix Version/s 1.8 [ 10161 ]
          Resolution Fixed [ 1 ]
          Ken Fyten made changes -
          Link This issue blocks ICE-4131 [ ICE-4131 ]
          Ken Fyten made changes -
          Fix Version/s 1.8RC2 [ 10163 ]
          Fix Version/s 1.8 [ 10161 ]
          Ted Goddard made changes -
          Resolution Fixed [ 1 ]
          Status Resolved [ 5 ] Reopened [ 4 ]
          Assignee Ted Goddard [ ted.goddard ]
          Ted Goddard made changes -
          Status Reopened [ 4 ] Resolved [ 5 ]
          Resolution Fixed [ 1 ]
          Ken Fyten made changes -
          Fix Version/s 1.8 [ 10161 ]
          Ken Fyten made changes -
          Status Resolved [ 5 ] Closed [ 6 ]
          Assignee Ted Goddard [ ted.goddard ]

            People

            • Assignee:
              Unassigned
              Reporter:
              Ted Goddard
            • Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

              • Created:
                Updated:
                Resolved: