You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tapestry.apache.org by denis queffeulou <de...@air2web.com> on 2008/08/27 18:10:45 UTC

T4.1.5 possible ognl cache problem

Hi all,

I'm making some profiling on an web app made with Tapestry 4.1.5 which 
returns XML.
The result are disappointing as the average access time (got with 
JMeter) is around 2000ms.

In JProfiler, I found that OGNL expressions compilation uses 40% of 
processing time.
As the JMeter script is requesting always the same page on the webapp, 
I'm wondering why the expressions are always compiled. The cache seems 
not to be used:

31896 invocations on ExpressionCache.getCompiledExpression
31140 invocations on Ognl.compileExpression

Is there someone to give me a clue to have better performances ?

Thanks
--
Denis Queffeulou



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tapestry.apache.org
For additional commands, e-mail: dev-help@tapestry.apache.org