[JBoss JIRA] (WFLY-4210) Very Slow performance for larger JSF 2 pages.
by jaikiran pai (JIRA)
[ https://issues.jboss.org/browse/WFLY-4210?page=com.atlassian.jira.plugin.... ]
jaikiran pai updated WFLY-4210:
-------------------------------
Fix Version/s: (was: JBoss AS7 7.1.1.Final)
> 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: Web (JBoss Web)
> 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: Remy Maucherat
> 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: 66.0 Seconds
> Post: 60 Seconds
> Ajax: 55 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)
10 years, 4 months
[JBoss JIRA] (WFLY-4210) Very Slow performance for larger JSF 2 pages.
by jaikiran pai (JIRA)
[ https://issues.jboss.org/browse/WFLY-4210?page=com.atlassian.jira.plugin.... ]
jaikiran pai updated WFLY-4210:
-------------------------------
Component/s: Web (Undertow)
(was: Web (JBoss Web))
> 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: Web (Undertow)
> 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: Remy Maucherat
> 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: 66.0 Seconds
> Post: 60 Seconds
> Ajax: 55 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)
10 years, 4 months
[JBoss JIRA] (WFLY-1160) Adding config files to AS7 is inconvenient.
by James Livingston (JIRA)
[ https://issues.jboss.org/browse/WFLY-1160?page=com.atlassian.jira.plugin.... ]
James Livingston commented on WFLY-1160:
----------------------------------------
To have "common libraries" directory would require deciding what modules were visible to it, since unlike earlier versions where there was a main classloader for the server, there is not any more.
Regardless of the choice of dependencies, I suspect many people would want to be able to configure it. At that point, it doesn't seem to me that it would be any different from a normal module added to the EE subsystem global modules, apart from the "include all jars in the directory" part, which could be done if MODULES-99 was implemented.
> Adding config files to AS7 is inconvenient.
> -------------------------------------------
>
> Key: WFLY-1160
> URL: https://issues.jboss.org/browse/WFLY-1160
> Project: WildFly
> Issue Type: Feature Request
> Components: Class Loading
> Environment: All
> Reporter: Paul Hinds
> Assignee: David Lloyd
> Priority: Minor
> Labels: regression
>
> This page https://community.jboss.org/wiki/HowToPutAnExternalFileInTheClasspath details how to put a directory on the AS7 classpath which is inconvenient and could easily be done by default.
> If AS7 out of the box came with /standalone/classes or /standalone/conf (conf would introduce a bit of backwards compatability) and perhaps /standalone/lib/*.jar added to the classpath it would be as good as previous JBoss versions.
> This could be implemented as a module as in the above documents and automatically added to classpaths if the dirs exists in the same way other modules are automatically added to the CP if certain criteria are met.
> Ideally is should be possible to make these symlinks on win7 and nix. Since it is natural to put config in /etc per Linux file system standards.
--
This message was sent by Atlassian JIRA
(v6.3.11#6341)
10 years, 4 months
[JBoss JIRA] (WFLY-4210) Very Slow performance for larger JSF 2 pages.
by Rodney Kite (JIRA)
[ https://issues.jboss.org/browse/WFLY-4210?page=com.atlassian.jira.plugin.... ]
Rodney Kite updated WFLY-4210:
------------------------------
Description:
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: 66.0 Seconds
Post: 60 Seconds
Ajax: 55 Seconds
Tomcat 7.x with 2.2.8 Mojarra
Page Load 1.0 Seconds
Post: 0.75 Seconds
Ajax: 0.3 Seconds
was:
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 jars.
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.
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: 66.0 Seconds
Post: 60 Seconds
Ajax: 55 Seconds
Tomcat 7.x with 2.2.8 Mojarra
Page Load 1.0 Seconds
Post: 0.75 Seconds
Ajax: 0.3 Seconds
> 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: Web (JBoss Web)
> 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: Remy Maucherat
> Fix For: JBoss AS7 7.1.1.Final
>
> 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: 66.0 Seconds
> Post: 60 Seconds
> Ajax: 55 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)
10 years, 4 months