Details
-
Improvement
-
Status: Open
-
Major
-
Resolution: Unresolved
-
1.0
-
None
-
None
-
tomcat 5.0, Jelly 1.0 RC1
Description
In the current version of jelly "import" tag, imported scripts are always parsed and recompiled each time the containing script runs, even if this script has already been compiled.
It isn't optimized if the compiled version of the main script must be cached for multiple read, for instance a web page.
In a JSP context, all included pages are compiled when the main jsp is compiled, so there is no performance penalty. That would be nice to have the same thing in jelly.