Bug 10017 - performance hit using standard taglib
Summary: performance hit using standard taglib
Status: RESOLVED LATER
Alias: None
Product: Taglibs
Classification: Unclassified
Component: Standard Taglib (show other bugs)
Version: 1.0
Hardware: PC All
: P3 critical (vote)
Target Milestone: ---
Assignee: Tomcat Developers Mailing List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-06-19 15:58 UTC by Joe Xu
Modified: 2005-03-20 17:06 UTC (History)
0 users



Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Joe Xu 2002-06-19 15:58:44 UTC
We are trying to use the standard tag library in our JSP pages. But there is a 
huge performance degradation using the expression language in these tags. In 
our benchmark test, using the standard tag library in JSP page is 10 times 
slower than using the embedded <java> tag directly. I am not sure if anybody 
else has encountered such problems, but I would like to bring it up to your 
attention.
Comment 1 Shawn Bayern 2002-07-15 00:43:14 UTC
We have not heard many general complaints, but ongoing performance 
investigations are being conducted; Peter Lin and others are investigating 
various performance issues and areas that present likely candidates for 
optimization.  I shall soon apply a patch, for instance, to cache parsed 
representations of XPath expressions.  If you suspect the problems are both (a) 
addressable and (b) apparent across all of JSTL, then profiling reports might 
help us determine where (and ultimately why) the implementation is slow on your 
configuration.