[jboss-jira] [JBoss JIRA] (WFLY-4210) Very Slow performance for larger JSF 2 pages.
Gulam Samdani (JIRA)
issues at jboss.org
Fri Jan 23 00:50:49 EST 2015
[ https://issues.jboss.org/browse/WFLY-4210?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13034525#comment-13034525 ]
Gulam Samdani commented on WFLY-4210:
-------------------------------------
i am also facing same problem problem here . i am find out his here .
Exp : after save button , render attribute carry large amount of data .
<h:commandButton
value="Clear and Save">
<f:ajax execute="@this" listener="#{customerBean.Save()}" render="nb bc" />
</h:commandButton>
After Save click save button , it reload combo box , so data size is large , any one give me a solution ,
how to solve this problem for clearing form after save ?
Note : JSF data size problem is not CDI , OR JSF problem .
> Very Slow performance for larger JSF 2 pages.
> ---------------------------------------------
>
> Key: WFLY-4210
> URL: https://issues.jboss.org/browse/WFLY-4210
> Project: WildFly
> Issue Type: Bug
> Components: CDI / Weld, JSF
> Affects Versions: 8.2.0.Final
> Environment: Windows 7 64 bit, Oracle JDK 1.7.0-67 64 bit, Wildfly 8.2.0, Tomcat and JBoss 7.1.1.
> Reporter: Rodney Kite
> Assignee: Stuart Douglas
> Fix For: 9.0.0.Beta1
>
> Attachments: AjaxTest.xhtml, PageAjaxTest.java, testAppWar.ear, testAppWeb.war
>
>
> Very slow page performance using JSF 2 and Wildfly 8.2.0 for larger pages. I am migrating a large application from JBoss AS 7.1.1 to Wildfly 8.2.0 and page performance on loads and posts is very slow. I created a large JSF 2 test page and took timings for JBoss 7.1.1, Wildfly 8.2.0 and Tomcat 7.x using the same Mojarra 2.2.8 implementation as Wildfly.
> The attached war file contains mojarra 2.2.8 jars for tomcat. The attached ear file is for JBoss deployments and does not contain mojarra jars.
> Example test URL for attached ear and war.
> http://localhost:8080/testAppWeb/jsp/AjaxTest.jsf
> JBoss 7.1.1 Timings
> Page Load: 4.0 Seconds
> Post: 4.5 Seconds
> Ajax: 4.0 Seconds
> Wildfly 8.2.0 Timings
> Page Load: 55.0 Seconds
> Post: 50 Seconds
> Ajax: 7 Seconds
> Tomcat 7.x with 2.2.8 Mojarra
> Page Load 1.0 Seconds
> Post: 0.75 Seconds
> Ajax: 0.3 Seconds
>
--
This message was sent by Atlassian JIRA
(v6.3.11#6341)
More information about the jboss-jira
mailing list