Re: [S2] The performance issue about OGNL

2007-02-27 Thread Ted Husted
On 2/27/07, Shuai Zheng <[EMAIL PROTECTED]> wrote: First of all, when I saw Vlad's email, I copy out the template and delete the original from struts-core.jar. You shouldn't have to delete the one in the JAR. The one under WEB-INF is earlier on the classpath, and it's "first come first served".

Re: [S2] The performance issue about OGNL

2007-02-27 Thread Tom Schneider
r All, > > > > > > > > I am using struts 2.0.6, but honestly the performance is very bad > > > (not > > > > need > > > > to think about scalability), to speed to load a simple page is much > > > slower > > > > than

Re: [S2] The performance issue about OGNL

2007-02-27 Thread Shuai Zheng
calability), to speed to load a simple page is much > > slower > > > than pure JSP (I haven't compared with struts 1). To refresh one > > page it > > > is > > > 3-5 seconds with only one user. The profiler tells me the OGNL is > > the > > > b

Re: [S2] The performance issue about OGNL

2007-02-27 Thread Shuai Zheng
;t compared with struts 1). To refresh one page > it > > is > > 3-5 seconds with only one user. The profiler tells me the OGNL is the > > bottleneck. > > > > I notice that there are some complains on OGNL about the performance > > already, may I know any other wa

Re: [S2] The performance issue about OGNL

2007-02-27 Thread Shuai Zheng
ble for production. > > Regards, > > Zheng Shuai > > -- View this message in context: http://www.nabble.com/The-performance-issue-about-OGNL-tf3291137.html#a9157447 Sent from the Struts - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: [S2] The performance issue about OGNL

2007-02-27 Thread Shuai Zheng
ction. > > Regards, > > Zheng Shuai > > -- View this message in context: http://www.nabble.com/The-performance-issue-about-OGNL-tf3291137.html#a9157447 Sent from the Struts - User mailing list archive at Nabble.com.

Re: [S2] The performance issue about OGNL

2007-02-26 Thread Mike Baroukh
Ok. I understand. I thought that there was no cache at all. In development, I also need tempalte to be reloaded as soon as possible. But in production, I don't care at all so this si not, for me, a performance issue ... Thanks Mike Vlad2006 a écrit : Hi Mike, As written in the Wiki: "Freem

Re: [S2] The performance issue about OGNL

2007-02-26 Thread Vlad2006
ion. >>> >>> Regards, >>> >>> Zheng Shuai >>> >>> >>> >> >> > > > -- > > Mike Baroukh > > --- > Cardiweb - 31 Rue de Mogador Paris IXeme > 06 63 57 27 22 - 01 53 21 82 63 - Jabber: [EMAIL PROTECTED] > http://www.cardiweb.com > --- > > > > - > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > -- View this message in context: http://www.nabble.com/The-performance-issue-about-OGNL-tf3291137.html#a9159500 Sent from the Struts - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: [S2] The performance issue about OGNL

2007-02-26 Thread Ted Husted
There is a page on WebWork Wiki about it: http://wiki.opensymphony.com/display/WW/Performance+Tuning Phil, Since you added this page to the WW wiki, did you also want to add it to the S2 docs? I would suggest putting it in the Configuration section, between Wildcard Mappings and Application Se

Re: [S2] The performance issue about OGNL

2007-02-26 Thread Mike Baroukh
>If it is your case, you could make it faster, you have to extract templates >out of webwork.jar (in your case probably struts.jar) and put them in, for >example, WEB-INF/templates directory. Just to know, I saw this many times but without doing this and using only "template_update_delay" in

Re: [S2] The performance issue about OGNL

2007-02-26 Thread Vlad2006
NL with anything else to > get > a faster speed? Currently the speed is not acceptable for production. > > Regards, > > Zheng Shuai > > -- View this message in context: http://www.nabble.com/The-performance-issue-about-OGNL-tf3291137.html#

Re: The performance issue about OGNL

2007-02-26 Thread Ted Husted
Can you post a copy of the page? We really need to drum up a set of benchmarks to run ourselves, and this type of page sounds like it would be a good test case. Back in the day, there was a common phenomenon where if a page hit fifty JSP tags, performance suddenly bottomed out. I wonder if some o

The performance issue about OGNL

2007-02-25 Thread Shuai Zheng
Dear All, I am using struts 2.0.6, but honestly the performance is very bad (not need to think about scalability), to speed to load a simple page is much slower than pure JSP (I haven't compared with struts 1). To refresh one page it is 3-5 seconds with only one user. The profiler tells me the OG