-
Type: Improvement
-
Status: Resolved
-
Priority: Minor
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 5.2 M3
-
Component/s: None
When profiling JSF WebApp a lot of time is spent in the action system.
This makes sens since actions are used a lot during page construction.
But the profiler shows that we spend most of the time creating el expressions rather than evaluating them.
The ratio is really significant 85% of the time is spent in el expression creation.parsing.
The apache el doc does not say is el expression is threadsafe or not : by default, I assume they are not.
See an attached "patch" for that.
- is required by
-
NXP-2753 Make JSF WebApp easier and faster
- Resolved