Re: Continuum 1.1.0-beta-2 UI performance

2007-09-14 Thread Emmanuel Venisse
Olivier has done a little patch that improve a lot the rendering. I have a group with 100 projects, before the patch, the page was display in 12s and now it's less than 2s. Can you give a try? Emmanuel Damien Lecan a écrit : Checking of roles takes ~4s. Improvements could be done ? It isn'

Re: Continuum 1.1.0-beta-2 UI performance

2007-09-13 Thread Emmanuel Venisse
Damien Lecan a écrit : 2007/9/12, Emmanuel Venisse <[EMAIL PROTECTED]>: I'd like you test something about performance. As explain in this page (http://wiki.opensymphony.com/display/WW/Performance+Tuning), you can create a freemarker.properties file under WEB-INF/classes that contains 'temp

Re: Continuum 1.1.0-beta-2 UI performance

2007-09-13 Thread Damien Lecan
2007/9/12, Emmanuel Venisse <[EMAIL PROTECTED]>: > I'd like you test something about performance. > > As explain in this page > (http://wiki.opensymphony.com/display/WW/Performance+Tuning), you can create > a freemarker.properties file under WEB-INF/classes that contains > 'template_update_delay

Re: Continuum 1.1.0-beta-2 UI performance

2007-09-12 Thread Emmanuel Venisse
I'd like you test something about performance. As explain in this page (http://wiki.opensymphony.com/display/WW/Performance+Tuning), you can create a freemarker.properties file under WEB-INF/classes that contains 'template_update_delay=6' then you extract the template directory from webwor

Re: Continuum 1.1.0-beta-2 UI performance

2007-09-12 Thread Damien Lecan
Hello, > for > http://maven.zones.apache.org/continuum/projectGroupSummary.action?projectGroupId=9 > we have 30 modules printed in 7,5s and the page size is 101ko > > We use the standalone version installed in a vm. Standalone version is as slow as embedded version in Tomcat :-( My server is

Re: Continuum 1.1.0-beta-2 UI performance

2007-09-11 Thread Emmanuel Venisse
for http://maven.zones.apache.org/continuum/projectGroupSummary.action?projectGroupId=9 we have 30 modules printed in 7,5s and the page size is 101ko We use the standalone version installed in a vm. Emmanuel Damien Lecan a écrit : 2007/9/11, Emmanuel Venisse <[EMAIL PROTECTED]>: I don't und

Re: Continuum 1.1.0-beta-2 UI performance

2007-09-11 Thread Damien Lecan
2007/9/11, Emmanuel Venisse <[EMAIL PROTECTED]>: > I don't understand why it is so slow to render the project list because the > rendering start with this line: > > 00:00:03,452 [http-8081-Processor11] DEBUG ServletDispatcherResult- > Forwarding to location /WEB-INF/jsp/components/project

Re: Continuum 1.1.0-beta-2 UI performance

2007-09-11 Thread Emmanuel Venisse
Damien Lecan a écrit : I could activate some special debug log or anything else which could help ? you can set the log level of JPOX* and SQL to DEBUG in apps/continuum/webapp/WEB-INF/classes/META-INF/plexus/application.xml I did that. I load page "Project Group Summary" of a 17 module proj

Re: Continuum 1.1.0-beta-2 UI performance

2007-09-11 Thread Damien Lecan
> > I could activate some special debug log or anything else which could help ? > > you can set the log level of JPOX* and SQL to DEBUG in > apps/continuum/webapp/WEB-INF/classes/META-INF/plexus/application.xml I did that. I load page "Project Group Summary" of a 17 module project. For a reques

RE: Continuum 1.1.0-beta-2 UI performance

2007-09-04 Thread Mrinal Mukherjee
PROTECTED] Sent: Tuesday, September 04, 2007 5:49 PM To: continuum-users@maven.apache.org Subject: Re: Continuum 1.1.0-beta-2 UI performance I am using derby out of the box and noticed the same slowdown. I don't have any metrics to back it up but its definitely noticeably slower. -Justin Emm

Re: Continuum 1.1.0-beta-2 UI performance

2007-09-04 Thread Justin Deoliveira
I am using derby out of the box and noticed the same slowdown. I don't have any metrics to back it up but its definitely noticeably slower. -Justin Emmanuel Venisse wrote: > > > Damien Lecan a écrit : >> Hello, >> >> I've just installed Continuum 1.1.0-beta-2 to replace my old Continuum >> 1.0.

Re: Continuum 1.1.0-beta-2 UI performance

2007-09-04 Thread Emmanuel Venisse
Damien Lecan a écrit : Hello, I've just installed Continuum 1.1.0-beta-2 to replace my old Continuum 1.0.3 instance. I'm working with MySql instead of embbeded sql server and with Tomcat 5.5.17 Nice new features, but UI is very, very, very slow :( I followed http://docs.codehaus.org/display/