Stephen More created TOMEE-1066:
-----------------------------------
Summary: 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
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.1#6144)