https://issues.apache.org/bugzilla/show_bug.cgi?id=56614
Bug ID: 56614
Summary: Add a switch to ignore annotations detection on tag
instances for performance reason
Product: Tomcat 7
Version: trunk
Hardware: All
OS: All
Status: NEW
Severity: enhancement
Priority: P2
Component: Jasper
Assignee: [email protected]
Reporter: [email protected]
Created attachment 31708
--> https://issues.apache.org/bugzilla/attachment.cgi?id=31708&action=edit
Performance issue
TagHandler instances are created in each jsp request.
If there are many tags in a jsp, it is very expensive to detect annotations for
each instance's construction,
even DefaultInstanceManager has the annotation caches.
For almost all the tags, annotations shouldn't be presented.
So we need to provide a way to disable the annotation detection on tags.
--
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]