[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:
------------------------------
Attachment: testAppWeb.war
testAppWar.ear
AjaxTest.xhtml
PageAjaxTest.java
The ear deploys in JBoss/Wildfly. The war contains 2.2.8 mojarra and deploys in tomcat. Also attached is the JSF 2 test page and JSF 2 pages java bean.
> 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 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
>
--
This message was sent by Atlassian JIRA
(v6.3.11#6341)
9 years, 11 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 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
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.
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
>
>
> 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
>
--
This message was sent by Atlassian JIRA
(v6.3.11#6341)
9 years, 11 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 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
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.
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 4.0 Seconds
Post: 3.0 Seconds
Ajax: 2.5 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
>
>
> 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.
> 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)
9 years, 11 months
[JBoss JIRA] (WFLY-4210) Very Slow performance for larger JSF 2 pages.
by Rodney Kite (JIRA)
Rodney Kite created WFLY-4210:
---------------------------------
Summary: 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
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.
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 4.0 Seconds
Post: 3.0 Seconds
Ajax: 2.5 Seconds
--
This message was sent by Atlassian JIRA
(v6.3.11#6341)
9 years, 11 months
[JBoss JIRA] (WFLY-4208) Migrate Quickstarts to JDK 7
by Eduardo Martins (JIRA)
Eduardo Martins created WFLY-4208:
-------------------------------------
Summary: Migrate Quickstarts to JDK 7
Key: WFLY-4208
URL: https://issues.jboss.org/browse/WFLY-4208
Project: WildFly
Issue Type: Sub-task
Reporter: Eduardo Martins
Assignee: Eduardo Martins
WildFly Quickstarts are compatible with JDK 7, but still not fully taking advantage of its new language features.
--
This message was sent by Atlassian JIRA
(v6.3.11#6341)
9 years, 11 months
[JBoss JIRA] (WFLY-4207) Migrate Quickstarts to Java EE 7
by Eduardo Martins (JIRA)
Eduardo Martins created WFLY-4207:
-------------------------------------
Summary: Migrate Quickstarts to Java EE 7
Key: WFLY-4207
URL: https://issues.jboss.org/browse/WFLY-4207
Project: WildFly
Issue Type: Sub-task
Reporter: Eduardo Martins
Assignee: Eduardo Martins
Update WildFly Quickstart's code to take advantage of the technologies with major updates on Java EE 7, for instance JAX-RS and JMS.
--
This message was sent by Atlassian JIRA
(v6.3.11#6341)
9 years, 11 months
[JBoss JIRA] (WFLY-1598) Out of the box SSL - or shortly after.
by Philippe Marschall (JIRA)
[ https://issues.jboss.org/browse/WFLY-1598?page=com.atlassian.jira.plugin.... ]
Philippe Marschall commented on WFLY-1598:
------------------------------------------
[Let’s Encrypt|https://letsencrypt.org/] may be an option to automatically get the certificates.
> Out of the box SSL - or shortly after.
> --------------------------------------
>
> Key: WFLY-1598
> URL: https://issues.jboss.org/browse/WFLY-1598
> Project: WildFly
> Issue Type: Sub-task
> Components: Domain Management, Security
> Reporter: Darran Lofthouse
> Assignee: Darran Lofthouse
> Priority: Critical
> Labels: management_security,, management_sso
> Fix For: 9.0.0.Beta1
>
>
> There are various reasons that we do not support SSL/TLS out of the box e.g.
> - If we ship a default keystore then everyone has access to the private key.
> - Generating one on first boot we do not have sufficient information to generate it correctly, also the performance overhead.
> This issue is to explorer other options to encourage their use and make it easier to configure.
> As an example could the admin console detect a non encrypted connection and have an box that encourages the config along with a wizard like workflow to get it set up?
--
This message was sent by Atlassian JIRA
(v6.3.11#6341)
9 years, 11 months
[JBoss JIRA] (WFLY-4206) jboss-javaee-7.0-with-resteasy bom exposes JUnit as dependency
by James Bodkin (JIRA)
James Bodkin created WFLY-4206:
----------------------------------
Summary: jboss-javaee-7.0-with-resteasy bom exposes JUnit as dependency
Key: WFLY-4206
URL: https://issues.jboss.org/browse/WFLY-4206
Project: WildFly
Issue Type: Bug
Components: REST
Affects Versions: 8.2.0.Final
Reporter: James Bodkin
Assignee: Stuart Douglas
Priority: Minor
The jboss-javaee-7.0-with-resteasy bom includes the JUnit dependency, I believe this should be included with the jboss-javaee-7.0-with-tools bom instead. (It seems to already be included in tools as well)
--
This message was sent by Atlassian JIRA
(v6.3.11#6341)
9 years, 11 months
[JBoss JIRA] (WFLY-4006) Java EE 7 with all BOM lacks JAX-RS 2.0 API dependency
by Eduardo Martins (JIRA)
[ https://issues.jboss.org/browse/WFLY-4006?page=com.atlassian.jira.plugin.... ]
Eduardo Martins commented on WFLY-4006:
---------------------------------------
{{org.wildfly.bom:jboss-javaee-7.0-with-all}} transitively imports dependencies from {{org.jboss.resteasy:resteasy-bom}}, JBoss Resteasy project own BOM, which includes JAX-RS 2.0 API through artifact {{org.jboss.resteasy:jaxrs-api}}. We could exclude that artifact and import {{org.jboss.spec.javax.ws.rs:jboss-jaxrs-api_2.0_spec}}, but IMHO that should be done only in next major version release, other projects (e.g. WildFly Quickstarts) rely on {{org.jboss.resteasy:jaxrs-api}}, and who knows what's out there in the community.
> Java EE 7 with all BOM lacks JAX-RS 2.0 API dependency
> ------------------------------------------------------
>
> Key: WFLY-4006
> URL: https://issues.jboss.org/browse/WFLY-4006
> Project: WildFly
> Issue Type: Bug
> Affects Versions: 8.1.0.Final
> Reporter: Vineet Reynolds
> Assignee: Tomaz Cerar
>
> Adding the {{org.wildfly.bom:jboss-javaee-7.0-with-all}} BOM to a Maven project does not pull in the {{org.jboss.spec.javax.ws.rs:jboss-jaxrs-api_2.0_spec}} dependency.
> Hence, users of this BOM are required to add the JAX-RS 2.0 API, specifying the version explicitly, to consume the JAX-RS APIs in their projects.
--
This message was sent by Atlassian JIRA
(v6.3.11#6341)
9 years, 12 months