[jboss-user] [JBoss Seam] - Re: Page takes too long to load

2007-08-25 Thread mgrouch
More info about similar performance issue in this JIRA http://jira.jboss.com/jira/browse/RF-726 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4078094#4078094 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4078094

[jboss-user] [JBoss Seam] - Re: Page takes too long to load

2007-08-24 Thread kosiakk
Double-check your *.page.xml xmlns and xsi:schemaLocation should be set very carefully. For example: page xmlns=http://jboss.com/products/seam/pages; | xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance; | xsi:schemaLocation=http://jboss.com/products/seam/pages

[jboss-user] [JBoss Seam] - Re: Page takes too long to load

2007-08-24 Thread mgrouch
I've tried turning off DEBUG level. It doesn't make much difference in performance (although my log files are much smaller now). I've checked XSDs and that's not the problem too. I'm using server side state saving. Why APPLY_REQUEST_VALUES takes about 1 sec and

[jboss-user] [JBoss Seam] - Re: Page takes too long to load

2007-08-24 Thread mgrouch
Ajax4Jsf FastFilter doesn't work for me. I get this exception: [java] java.lang.NullPointerException | [java] at org.ajax4jsf.xml.serializer.ToXHTMLStream.endElement(ToXHTMLStream.java:967) | [java] at org.apache.xerces.parsers.AbstractSAXParser.endElement(Unknown

[jboss-user] [JBoss Seam] - Re: Page takes too long to load

2007-08-23 Thread mgrouch
Here is a timeline of one request anonymous wrote : 2007-08-23 19:12:40,160 DEBUG [org.ajax4jsf.framework.renderer.AjaxPhaseListener] Process before phase RESTORE_VIEW 1 | 2007-08-23 19:12:40,160 DEBUG [org.jboss.seam.jsf.SeamPhaseListener] before phase: RESTORE_VIEW 1 | 2007-08-23

[jboss-user] [JBoss Seam] - Re: Page takes too long to load

2007-08-23 Thread bytor99999
How about lowering your Seam logging level? :) to just show INFO messages. or turn off Seam logging. I know that Seam does a lot of logging and that definitely will slow things down. I have seen the same thing, it kind of amazes me how much. I thought my app was really slow, but I just changed