You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by "Romain Manni-Bucau (JIRA)" <ji...@apache.org> on 2017/03/17 21:04:41 UTC

[jira] [Resolved] (TOMEE-1066) included version of JSTL contains extremely slow

     [ https://issues.apache.org/jira/browse/TOMEE-1066?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Romain Manni-Bucau resolved TOMEE-1066.
---------------------------------------
       Resolution: Fixed
         Assignee: Romain Manni-Bucau
    Fix Version/s: 7.0.4

> included version of JSTL contains extremely slow <x:forEach>
> ------------------------------------------------------------
>
>                 Key: TOMEE-1066
>                 URL: https://issues.apache.org/jira/browse/TOMEE-1066
>             Project: TomEE
>          Issue Type: Bug
>    Affects Versions: 1.5.1
>            Reporter: Stephen More
>            Assignee: Romain Manni-Bucau
>             Fix For: 7.0.4
>
>
> 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



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)