Uploaded image for project: 'TomEE'
  1. TomEE
  2. TOMEE-1066

included version of JSTL contains extremely slow <x:forEach>

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • 1.5.1
    • 7.0.4
    • None
    • None

    Description

      The original bug can be found here: https://issues.apache.org/bugzilla/show_bug.cgi?id=27717

      using the current version of JSTL resulted in 2.2 requests/sec

      changing to:
      <dependency>
      <groupId>org.apache.taglibs</groupId>
      <artifactId>taglibs-standard-spec</artifactId>
      <version>1.2-SNAPSHOT</version>
      </dependency>

      <dependency>
      <groupId>org.apache.taglibs</groupId>
      <artifactId>taglibs-standard-impl</artifactId>
      <version>1.2-SNAPSHOT</version>
      </dependency>

      I was able to get 44 requests/sec

      Attachments

        Activity

          People

            romain.manni-bucau Romain Manni-Bucau
            mores Stephen More
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: