You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@struts.apache.org by "nick (JIRA)" <ji...@apache.org> on 2012/04/27 08:38:02 UTC

[jira] [Created] (WW-3805) Struts2 request-> response time is considerably increased.

nick created WW-3805:
------------------------

             Summary: Struts2 request-> response time  is considerably increased.
                 Key: WW-3805
                 URL: https://issues.apache.org/jira/browse/WW-3805
             Project: Struts 2
          Issue Type: Bug
          Components: Dispatch Filter
    Affects Versions: 2.3.3, 2.3.4
         Environment: Jboss AS 7.1.1 Final, Struts-2.3.4, Sitemesh, EAR Deployment, Windows 7
            Reporter: nick
            Priority: Critical


Struts2 > 2.3.1.2 is remarkably very slow when we compare it with struts2 2.3.1.2

I found struts2 application is getting slow when we use 

{code:xml}
<filter-class>org.apache.struts2.dispatcher.ng.filter.StrutsPrepareFilter</filter-class>
<filter-class>org.apache.struts2.dispatcher.ng.filter.StrutsExecuteFilter</filter-class>
{code}

When i use StrutsPrepareAndExecuteFilter the performance is pretty good like before. But it will mess up the sitemesh integration.


--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Issue Comment Edited] (WW-3805) Struts2 request-> response time is considerably increased.

Posted by "Lukasz Lenart (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/WW-3805?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13263529#comment-13263529 ] 

Lukasz Lenart edited comment on WW-3805 at 4/27/12 9:21 AM:
------------------------------------------------------------

I think it's because the devMode was improved ;-) I mean, right now it reloads all the classes and configuration on each request even when the Convention Plugin is used. Before there were some problems with that, which means the configuration was n't reloaded, though.
                
      was (Author: lukaszlenart):
    I think it because the devMode was improved ;-) I mean, right now it reloads all the classes and configuration on each request even when the Convention Plugin is used. Before there were some problems with that, which means the configuration was n't reloaded, though.
                  
> Struts2 request-> response time  is considerably increased.
> -----------------------------------------------------------
>
>                 Key: WW-3805
>                 URL: https://issues.apache.org/jira/browse/WW-3805
>             Project: Struts 2
>          Issue Type: Bug
>          Components: Dispatch Filter
>    Affects Versions: 2.3.3, 2.3.4
>         Environment: Jboss AS 7.1.1 Final, Struts-2.3.4, Sitemesh, EAR Deployment, Windows 7
>            Reporter: nick
>            Assignee: Lukasz Lenart
>            Priority: Critical
>              Labels: issue, performance, struts2
>             Fix For: 2.3.4
>
>
> Struts2 > 2.3.1.2 is remarkably very slow when we compare it with struts2 2.3.1.2
> I found struts2 application is getting slow when we use 
> {code:xml}
> <filter-class>org.apache.struts2.dispatcher.ng.filter.StrutsPrepareFilter</filter-class>
> <filter-class>org.apache.struts2.dispatcher.ng.filter.StrutsExecuteFilter</filter-class>
> {code}
> When i use StrutsPrepareAndExecuteFilter the performance is pretty good like before. But it will mess up the sitemesh integration.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (WW-3805) Struts2 request-> response time is considerably increased.

Posted by "Lukasz Lenart (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/WW-3805?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13263529#comment-13263529 ] 

Lukasz Lenart commented on WW-3805:
-----------------------------------

I think it because the devMode was improved ;-) I mean, right now it reloads all the classes and configuration on each request even when the Convention Plugin is used. Before there were some problems with that, which means the configuration was n't reloaded, though.
                
> Struts2 request-> response time  is considerably increased.
> -----------------------------------------------------------
>
>                 Key: WW-3805
>                 URL: https://issues.apache.org/jira/browse/WW-3805
>             Project: Struts 2
>          Issue Type: Bug
>          Components: Dispatch Filter
>    Affects Versions: 2.3.3, 2.3.4
>         Environment: Jboss AS 7.1.1 Final, Struts-2.3.4, Sitemesh, EAR Deployment, Windows 7
>            Reporter: nick
>            Assignee: Lukasz Lenart
>            Priority: Critical
>              Labels: issue, performance, struts2
>             Fix For: 2.3.4
>
>
> Struts2 > 2.3.1.2 is remarkably very slow when we compare it with struts2 2.3.1.2
> I found struts2 application is getting slow when we use 
> {code:xml}
> <filter-class>org.apache.struts2.dispatcher.ng.filter.StrutsPrepareFilter</filter-class>
> <filter-class>org.apache.struts2.dispatcher.ng.filter.StrutsExecuteFilter</filter-class>
> {code}
> When i use StrutsPrepareAndExecuteFilter the performance is pretty good like before. But it will mess up the sitemesh integration.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Issue Comment Edited] (WW-3805) Struts2 request-> response time is considerably increased.

Posted by "nick (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/WW-3805?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13263759#comment-13263759 ] 

nick edited comment on WW-3805 at 4/27/12 4:32 PM:
---------------------------------------------------

Yeah it got solved too :) thanks... oh by the way i came to know hudson is not a physical guy but our Jerkin's father
                
      was (Author: nick.sree):
    Yeah it got solved too :) thanks...
                  
> Struts2 request-> response time  is considerably increased.
> -----------------------------------------------------------
>
>                 Key: WW-3805
>                 URL: https://issues.apache.org/jira/browse/WW-3805
>             Project: Struts 2
>          Issue Type: Bug
>          Components: Dispatch Filter
>    Affects Versions: 2.3.3, 2.3.4
>         Environment: Jboss AS 7.1.1 Final, Struts-2.3.4, Sitemesh, EAR Deployment, Windows 7
>            Reporter: nick
>            Assignee: Lukasz Lenart
>            Priority: Critical
>              Labels: issue, performance, struts2
>             Fix For: 2.3.4
>
>
> Struts2 > 2.3.1.2 is remarkably very slow when we compare it with struts2 2.3.1.2
> I found struts2 application is getting slow when we use 
> {code:xml}
> <filter-class>org.apache.struts2.dispatcher.ng.filter.StrutsPrepareFilter</filter-class>
> <filter-class>org.apache.struts2.dispatcher.ng.filter.StrutsExecuteFilter</filter-class>
> {code}
> When i use StrutsPrepareAndExecuteFilter the performance is pretty good like before. But it will mess up the sitemesh integration.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Issue Comment Edited] (WW-3805) Struts2 request-> response time is considerably increased.

Posted by "Lukasz Lenart (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/WW-3805?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13263607#comment-13263607 ] 

Lukasz Lenart edited comment on WW-3805 at 4/27/12 12:40 PM:
-------------------------------------------------------------

Looks like my FileManager refactorings broke something, DefaultFileManagers doesn't keep proper Revisions, that's why the config is reloaded each time :/
                
      was (Author: lukaszlenart):
    Looks like my FileManager refactorings broke something, DefaultFileManagers don't keep proper Revisions, that's why the config is reloaded each time :/
                  
> Struts2 request-> response time  is considerably increased.
> -----------------------------------------------------------
>
>                 Key: WW-3805
>                 URL: https://issues.apache.org/jira/browse/WW-3805
>             Project: Struts 2
>          Issue Type: Bug
>          Components: Dispatch Filter
>    Affects Versions: 2.3.3, 2.3.4
>         Environment: Jboss AS 7.1.1 Final, Struts-2.3.4, Sitemesh, EAR Deployment, Windows 7
>            Reporter: nick
>            Assignee: Lukasz Lenart
>            Priority: Critical
>              Labels: issue, performance, struts2
>             Fix For: 2.3.4
>
>
> Struts2 > 2.3.1.2 is remarkably very slow when we compare it with struts2 2.3.1.2
> I found struts2 application is getting slow when we use 
> {code:xml}
> <filter-class>org.apache.struts2.dispatcher.ng.filter.StrutsPrepareFilter</filter-class>
> <filter-class>org.apache.struts2.dispatcher.ng.filter.StrutsExecuteFilter</filter-class>
> {code}
> When i use StrutsPrepareAndExecuteFilter the performance is pretty good like before. But it will mess up the sitemesh integration.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Issue Comment Edited] (WW-3805) Struts2 request-> response time is considerably increased.

Posted by "nick (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/WW-3805?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13263759#comment-13263759 ] 

nick edited comment on WW-3805 at 5/3/12 9:28 AM:
--------------------------------------------------

Yeah it got solved too :) thanks... oh by the way i came to know hudson is not a physical guy but our Jenkin's father
                
      was (Author: nick.sree):
    Yeah it got solved too :) thanks... oh by the way i came to know hudson is not a physical guy but our Jerkin's father
                  
> Struts2 request-> response time  is considerably increased.
> -----------------------------------------------------------
>
>                 Key: WW-3805
>                 URL: https://issues.apache.org/jira/browse/WW-3805
>             Project: Struts 2
>          Issue Type: Bug
>          Components: Dispatch Filter
>    Affects Versions: 2.3.3, 2.3.4
>         Environment: Jboss AS 7.1.1 Final, Struts-2.3.4, Sitemesh, EAR Deployment, Windows 7
>            Reporter: nick
>            Assignee: Lukasz Lenart
>            Priority: Critical
>              Labels: issue, performance, struts2
>             Fix For: 2.3.4
>
>
> Struts2 > 2.3.1.2 is remarkably very slow when we compare it with struts2 2.3.1.2
> I found struts2 application is getting slow when we use 
> {code:xml}
> <filter-class>org.apache.struts2.dispatcher.ng.filter.StrutsPrepareFilter</filter-class>
> <filter-class>org.apache.struts2.dispatcher.ng.filter.StrutsExecuteFilter</filter-class>
> {code}
> When i use StrutsPrepareAndExecuteFilter the performance is pretty good like before. But it will mess up the sitemesh integration.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (WW-3805) Struts2 request-> response time is considerably increased.

Posted by "Lukasz Lenart (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/WW-3805?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Lukasz Lenart updated WW-3805:
------------------------------

    Fix Version/s: 2.3.4
         Assignee: Lukasz Lenart
    
> Struts2 request-> response time  is considerably increased.
> -----------------------------------------------------------
>
>                 Key: WW-3805
>                 URL: https://issues.apache.org/jira/browse/WW-3805
>             Project: Struts 2
>          Issue Type: Bug
>          Components: Dispatch Filter
>    Affects Versions: 2.3.3, 2.3.4
>         Environment: Jboss AS 7.1.1 Final, Struts-2.3.4, Sitemesh, EAR Deployment, Windows 7
>            Reporter: nick
>            Assignee: Lukasz Lenart
>            Priority: Critical
>              Labels: issue, performance, struts2
>             Fix For: 2.3.4
>
>
> Struts2 > 2.3.1.2 is remarkably very slow when we compare it with struts2 2.3.1.2
> I found struts2 application is getting slow when we use 
> {code:xml}
> <filter-class>org.apache.struts2.dispatcher.ng.filter.StrutsPrepareFilter</filter-class>
> <filter-class>org.apache.struts2.dispatcher.ng.filter.StrutsExecuteFilter</filter-class>
> {code}
> When i use StrutsPrepareAndExecuteFilter the performance is pretty good like before. But it will mess up the sitemesh integration.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (WW-3805) Struts2 request-> response time is considerably increased.

Posted by "Lukasz Lenart (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/WW-3805?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13263621#comment-13263621 ] 

Lukasz Lenart commented on WW-3805:
-----------------------------------

Please test the latest snapshot, should be solved.
                
> Struts2 request-> response time  is considerably increased.
> -----------------------------------------------------------
>
>                 Key: WW-3805
>                 URL: https://issues.apache.org/jira/browse/WW-3805
>             Project: Struts 2
>          Issue Type: Bug
>          Components: Dispatch Filter
>    Affects Versions: 2.3.3, 2.3.4
>         Environment: Jboss AS 7.1.1 Final, Struts-2.3.4, Sitemesh, EAR Deployment, Windows 7
>            Reporter: nick
>            Assignee: Lukasz Lenart
>            Priority: Critical
>              Labels: issue, performance, struts2
>             Fix For: 2.3.4
>
>
> Struts2 > 2.3.1.2 is remarkably very slow when we compare it with struts2 2.3.1.2
> I found struts2 application is getting slow when we use 
> {code:xml}
> <filter-class>org.apache.struts2.dispatcher.ng.filter.StrutsPrepareFilter</filter-class>
> <filter-class>org.apache.struts2.dispatcher.ng.filter.StrutsExecuteFilter</filter-class>
> {code}
> When i use StrutsPrepareAndExecuteFilter the performance is pretty good like before. But it will mess up the sitemesh integration.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (WW-3805) Struts2 request-> response time is considerably increased.

Posted by "Lukasz Lenart (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/WW-3805?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13263538#comment-13263538 ] 

Lukasz Lenart commented on WW-3805:
-----------------------------------

the devMode cannot be used in production, during development it shouldn't be a huge problem.
                
> Struts2 request-> response time  is considerably increased.
> -----------------------------------------------------------
>
>                 Key: WW-3805
>                 URL: https://issues.apache.org/jira/browse/WW-3805
>             Project: Struts 2
>          Issue Type: Bug
>          Components: Dispatch Filter
>    Affects Versions: 2.3.3, 2.3.4
>         Environment: Jboss AS 7.1.1 Final, Struts-2.3.4, Sitemesh, EAR Deployment, Windows 7
>            Reporter: nick
>            Assignee: Lukasz Lenart
>            Priority: Critical
>              Labels: issue, performance, struts2
>             Fix For: 2.3.4
>
>
> Struts2 > 2.3.1.2 is remarkably very slow when we compare it with struts2 2.3.1.2
> I found struts2 application is getting slow when we use 
> {code:xml}
> <filter-class>org.apache.struts2.dispatcher.ng.filter.StrutsPrepareFilter</filter-class>
> <filter-class>org.apache.struts2.dispatcher.ng.filter.StrutsExecuteFilter</filter-class>
> {code}
> When i use StrutsPrepareAndExecuteFilter the performance is pretty good like before. But it will mess up the sitemesh integration.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (WW-3805) Struts2 request-> response time is considerably increased.

Posted by "nick (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/WW-3805?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13263505#comment-13263505 ] 

nick commented on WW-3805:
--------------------------

That i haven't tried without sitemesh, that i can try :). But it was working perfectly in struts2.3.1.2 with sitemesh filter (same settings).
                
> Struts2 request-> response time  is considerably increased.
> -----------------------------------------------------------
>
>                 Key: WW-3805
>                 URL: https://issues.apache.org/jira/browse/WW-3805
>             Project: Struts 2
>          Issue Type: Bug
>          Components: Dispatch Filter
>    Affects Versions: 2.3.3, 2.3.4
>         Environment: Jboss AS 7.1.1 Final, Struts-2.3.4, Sitemesh, EAR Deployment, Windows 7
>            Reporter: nick
>            Assignee: Lukasz Lenart
>            Priority: Critical
>              Labels: issue, performance, struts2
>             Fix For: 2.3.4
>
>
> Struts2 > 2.3.1.2 is remarkably very slow when we compare it with struts2 2.3.1.2
> I found struts2 application is getting slow when we use 
> {code:xml}
> <filter-class>org.apache.struts2.dispatcher.ng.filter.StrutsPrepareFilter</filter-class>
> <filter-class>org.apache.struts2.dispatcher.ng.filter.StrutsExecuteFilter</filter-class>
> {code}
> When i use StrutsPrepareAndExecuteFilter the performance is pretty good like before. But it will mess up the sitemesh integration.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (WW-3805) Struts2 request-> response time is considerably increased.

Posted by "Hudson (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/WW-3805?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13263696#comment-13263696 ] 

Hudson commented on WW-3805:
----------------------------

Integrated in Struts2 #466 (See [https://builds.apache.org/job/Struts2/466/])
    WW-3805 solves problem with reloading configuration on each request even no changes to file (Revision 1331402)

     Result = SUCCESS
lukaszlenart : 
Files : 
* /struts/struts2/trunk/xwork-core/src/main/java/com/opensymphony/xwork2/util/fs/DefaultFileManager.java

                
> Struts2 request-> response time  is considerably increased.
> -----------------------------------------------------------
>
>                 Key: WW-3805
>                 URL: https://issues.apache.org/jira/browse/WW-3805
>             Project: Struts 2
>          Issue Type: Bug
>          Components: Dispatch Filter
>    Affects Versions: 2.3.3, 2.3.4
>         Environment: Jboss AS 7.1.1 Final, Struts-2.3.4, Sitemesh, EAR Deployment, Windows 7
>            Reporter: nick
>            Assignee: Lukasz Lenart
>            Priority: Critical
>              Labels: issue, performance, struts2
>             Fix For: 2.3.4
>
>
> Struts2 > 2.3.1.2 is remarkably very slow when we compare it with struts2 2.3.1.2
> I found struts2 application is getting slow when we use 
> {code:xml}
> <filter-class>org.apache.struts2.dispatcher.ng.filter.StrutsPrepareFilter</filter-class>
> <filter-class>org.apache.struts2.dispatcher.ng.filter.StrutsExecuteFilter</filter-class>
> {code}
> When i use StrutsPrepareAndExecuteFilter the performance is pretty good like before. But it will mess up the sitemesh integration.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Issue Comment Edited] (WW-3805) Struts2 request-> response time is considerably increased.

Posted by "nick (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/WW-3805?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13263614#comment-13263614 ] 

nick edited comment on WW-3805 at 4/27/12 1:15 PM:
---------------------------------------------------

Okay... since it was working perfectly in older version hopefully something went wrong.
                
      was (Author: nick.sree):
    Okay... hopefully may be since it was working till older version.
                  
> Struts2 request-> response time  is considerably increased.
> -----------------------------------------------------------
>
>                 Key: WW-3805
>                 URL: https://issues.apache.org/jira/browse/WW-3805
>             Project: Struts 2
>          Issue Type: Bug
>          Components: Dispatch Filter
>    Affects Versions: 2.3.3, 2.3.4
>         Environment: Jboss AS 7.1.1 Final, Struts-2.3.4, Sitemesh, EAR Deployment, Windows 7
>            Reporter: nick
>            Assignee: Lukasz Lenart
>            Priority: Critical
>              Labels: issue, performance, struts2
>             Fix For: 2.3.4
>
>
> Struts2 > 2.3.1.2 is remarkably very slow when we compare it with struts2 2.3.1.2
> I found struts2 application is getting slow when we use 
> {code:xml}
> <filter-class>org.apache.struts2.dispatcher.ng.filter.StrutsPrepareFilter</filter-class>
> <filter-class>org.apache.struts2.dispatcher.ng.filter.StrutsExecuteFilter</filter-class>
> {code}
> When i use StrutsPrepareAndExecuteFilter the performance is pretty good like before. But it will mess up the sitemesh integration.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Resolved] (WW-3805) Struts2 request-> response time is considerably increased.

Posted by "Lukasz Lenart (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/WW-3805?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Lukasz Lenart resolved WW-3805.
-------------------------------

    Resolution: Fixed

Solved, thanks for support and testing!
                
> Struts2 request-> response time  is considerably increased.
> -----------------------------------------------------------
>
>                 Key: WW-3805
>                 URL: https://issues.apache.org/jira/browse/WW-3805
>             Project: Struts 2
>          Issue Type: Bug
>          Components: Dispatch Filter
>    Affects Versions: 2.3.3, 2.3.4
>         Environment: Jboss AS 7.1.1 Final, Struts-2.3.4, Sitemesh, EAR Deployment, Windows 7
>            Reporter: nick
>            Assignee: Lukasz Lenart
>            Priority: Critical
>              Labels: issue, performance, struts2
>             Fix For: 2.3.4
>
>
> Struts2 > 2.3.1.2 is remarkably very slow when we compare it with struts2 2.3.1.2
> I found struts2 application is getting slow when we use 
> {code:xml}
> <filter-class>org.apache.struts2.dispatcher.ng.filter.StrutsPrepareFilter</filter-class>
> <filter-class>org.apache.struts2.dispatcher.ng.filter.StrutsExecuteFilter</filter-class>
> {code}
> When i use StrutsPrepareAndExecuteFilter the performance is pretty good like before. But it will mess up the sitemesh integration.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Issue Comment Edited] (WW-3805) Struts2 request-> response time is considerably increased.

Posted by "nick (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/WW-3805?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13263547#comment-13263547 ] 

nick edited comment on WW-3805 at 4/27/12 10:01 AM:
----------------------------------------------------

Thats correct :) but it has become a problem in dev environment due its huge response time breaking most of our Ajax calls. So in context for us <constant name="struts.devMode" value="true" /> become useless :).

I don't know wat strategy you gonna take on this... 
If you are not going to do any fix for it then i have to inform my fellow works that "struts.devMode = true" is gonna cause you ;).

Is it not possible for you to do something like, when the file got modified then to reload?
                
      was (Author: nick.sree):
    Thats correct :) but it has become a problem in dev environment due its huge response time breaking most of our Ajax calls. So in context for us <constant name="struts.devMode" value="true" /> become useless :).

I don't know wat strategy you gonna take on this... 
If you are not going to do any fix for it then i have to inform my fellow works that "struts.devMode = true" is gonna cause you ;).
                  
> Struts2 request-> response time  is considerably increased.
> -----------------------------------------------------------
>
>                 Key: WW-3805
>                 URL: https://issues.apache.org/jira/browse/WW-3805
>             Project: Struts 2
>          Issue Type: Bug
>          Components: Dispatch Filter
>    Affects Versions: 2.3.3, 2.3.4
>         Environment: Jboss AS 7.1.1 Final, Struts-2.3.4, Sitemesh, EAR Deployment, Windows 7
>            Reporter: nick
>            Assignee: Lukasz Lenart
>            Priority: Critical
>              Labels: issue, performance, struts2
>             Fix For: 2.3.4
>
>
> Struts2 > 2.3.1.2 is remarkably very slow when we compare it with struts2 2.3.1.2
> I found struts2 application is getting slow when we use 
> {code:xml}
> <filter-class>org.apache.struts2.dispatcher.ng.filter.StrutsPrepareFilter</filter-class>
> <filter-class>org.apache.struts2.dispatcher.ng.filter.StrutsExecuteFilter</filter-class>
> {code}
> When i use StrutsPrepareAndExecuteFilter the performance is pretty good like before. But it will mess up the sitemesh integration.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (WW-3805) Struts2 request-> response time is considerably increased.

Posted by "Lukasz Lenart (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/WW-3805?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13263607#comment-13263607 ] 

Lukasz Lenart commented on WW-3805:
-----------------------------------

Looks like my FileManager refactorings broke something, DefaultFileManagers don't keep proper Revisions, that's why the config is reloaded each time :/
                
> Struts2 request-> response time  is considerably increased.
> -----------------------------------------------------------
>
>                 Key: WW-3805
>                 URL: https://issues.apache.org/jira/browse/WW-3805
>             Project: Struts 2
>          Issue Type: Bug
>          Components: Dispatch Filter
>    Affects Versions: 2.3.3, 2.3.4
>         Environment: Jboss AS 7.1.1 Final, Struts-2.3.4, Sitemesh, EAR Deployment, Windows 7
>            Reporter: nick
>            Assignee: Lukasz Lenart
>            Priority: Critical
>              Labels: issue, performance, struts2
>             Fix For: 2.3.4
>
>
> Struts2 > 2.3.1.2 is remarkably very slow when we compare it with struts2 2.3.1.2
> I found struts2 application is getting slow when we use 
> {code:xml}
> <filter-class>org.apache.struts2.dispatcher.ng.filter.StrutsPrepareFilter</filter-class>
> <filter-class>org.apache.struts2.dispatcher.ng.filter.StrutsExecuteFilter</filter-class>
> {code}
> When i use StrutsPrepareAndExecuteFilter the performance is pretty good like before. But it will mess up the sitemesh integration.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (WW-3805) Struts2 request-> response time is considerably increased.

Posted by "nick (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/WW-3805?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13263521#comment-13263521 ] 

nick commented on WW-3805:
--------------------------

I tried with out sitemesh still its same... but now the point is not that i figured out when it get slow.
ie when i set
{code:xml}
<constant name="struts.devMode" value="true" />
{code}

but we where not facing this in struts2.3.1.2

Now you can take  a call on this :) .
                
> Struts2 request-> response time  is considerably increased.
> -----------------------------------------------------------
>
>                 Key: WW-3805
>                 URL: https://issues.apache.org/jira/browse/WW-3805
>             Project: Struts 2
>          Issue Type: Bug
>          Components: Dispatch Filter
>    Affects Versions: 2.3.3, 2.3.4
>         Environment: Jboss AS 7.1.1 Final, Struts-2.3.4, Sitemesh, EAR Deployment, Windows 7
>            Reporter: nick
>            Assignee: Lukasz Lenart
>            Priority: Critical
>              Labels: issue, performance, struts2
>             Fix For: 2.3.4
>
>
> Struts2 > 2.3.1.2 is remarkably very slow when we compare it with struts2 2.3.1.2
> I found struts2 application is getting slow when we use 
> {code:xml}
> <filter-class>org.apache.struts2.dispatcher.ng.filter.StrutsPrepareFilter</filter-class>
> <filter-class>org.apache.struts2.dispatcher.ng.filter.StrutsExecuteFilter</filter-class>
> {code}
> When i use StrutsPrepareAndExecuteFilter the performance is pretty good like before. But it will mess up the sitemesh integration.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (WW-3805) Struts2 request-> response time is considerably increased.

Posted by "nick (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/WW-3805?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13263759#comment-13263759 ] 

nick commented on WW-3805:
--------------------------

Yeah it got solved too :) thanks...
                
> Struts2 request-> response time  is considerably increased.
> -----------------------------------------------------------
>
>                 Key: WW-3805
>                 URL: https://issues.apache.org/jira/browse/WW-3805
>             Project: Struts 2
>          Issue Type: Bug
>          Components: Dispatch Filter
>    Affects Versions: 2.3.3, 2.3.4
>         Environment: Jboss AS 7.1.1 Final, Struts-2.3.4, Sitemesh, EAR Deployment, Windows 7
>            Reporter: nick
>            Assignee: Lukasz Lenart
>            Priority: Critical
>              Labels: issue, performance, struts2
>             Fix For: 2.3.4
>
>
> Struts2 > 2.3.1.2 is remarkably very slow when we compare it with struts2 2.3.1.2
> I found struts2 application is getting slow when we use 
> {code:xml}
> <filter-class>org.apache.struts2.dispatcher.ng.filter.StrutsPrepareFilter</filter-class>
> <filter-class>org.apache.struts2.dispatcher.ng.filter.StrutsExecuteFilter</filter-class>
> {code}
> When i use StrutsPrepareAndExecuteFilter the performance is pretty good like before. But it will mess up the sitemesh integration.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (WW-3805) Struts2 request-> response time is considerably increased.

Posted by "nick (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/WW-3805?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13263614#comment-13263614 ] 

nick commented on WW-3805:
--------------------------

Okay... hopefully may be since it was working till older version.
                
> Struts2 request-> response time  is considerably increased.
> -----------------------------------------------------------
>
>                 Key: WW-3805
>                 URL: https://issues.apache.org/jira/browse/WW-3805
>             Project: Struts 2
>          Issue Type: Bug
>          Components: Dispatch Filter
>    Affects Versions: 2.3.3, 2.3.4
>         Environment: Jboss AS 7.1.1 Final, Struts-2.3.4, Sitemesh, EAR Deployment, Windows 7
>            Reporter: nick
>            Assignee: Lukasz Lenart
>            Priority: Critical
>              Labels: issue, performance, struts2
>             Fix For: 2.3.4
>
>
> Struts2 > 2.3.1.2 is remarkably very slow when we compare it with struts2 2.3.1.2
> I found struts2 application is getting slow when we use 
> {code:xml}
> <filter-class>org.apache.struts2.dispatcher.ng.filter.StrutsPrepareFilter</filter-class>
> <filter-class>org.apache.struts2.dispatcher.ng.filter.StrutsExecuteFilter</filter-class>
> {code}
> When i use StrutsPrepareAndExecuteFilter the performance is pretty good like before. But it will mess up the sitemesh integration.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (WW-3805) Struts2 request-> response time is considerably increased.

Posted by "nick (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/WW-3805?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13263557#comment-13263557 ] 

nick commented on WW-3805:
--------------------------

Thats correct :). If you experienced this phenomenon :) only in JBoss AS 7 then sometimes Jboss AS 7 is doing something with these jars, don't know. 
                
> Struts2 request-> response time  is considerably increased.
> -----------------------------------------------------------
>
>                 Key: WW-3805
>                 URL: https://issues.apache.org/jira/browse/WW-3805
>             Project: Struts 2
>          Issue Type: Bug
>          Components: Dispatch Filter
>    Affects Versions: 2.3.3, 2.3.4
>         Environment: Jboss AS 7.1.1 Final, Struts-2.3.4, Sitemesh, EAR Deployment, Windows 7
>            Reporter: nick
>            Assignee: Lukasz Lenart
>            Priority: Critical
>              Labels: issue, performance, struts2
>             Fix For: 2.3.4
>
>
> Struts2 > 2.3.1.2 is remarkably very slow when we compare it with struts2 2.3.1.2
> I found struts2 application is getting slow when we use 
> {code:xml}
> <filter-class>org.apache.struts2.dispatcher.ng.filter.StrutsPrepareFilter</filter-class>
> <filter-class>org.apache.struts2.dispatcher.ng.filter.StrutsExecuteFilter</filter-class>
> {code}
> When i use StrutsPrepareAndExecuteFilter the performance is pretty good like before. But it will mess up the sitemesh integration.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (WW-3805) Struts2 request-> response time is considerably increased.

Posted by "Lukasz Lenart (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/WW-3805?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13263554#comment-13263554 ] 

Lukasz Lenart commented on WW-3805:
-----------------------------------

It should work that way, only reload configuration if at least one file was modified. But I think you are right, something changed so when I've been testing the Convention Plugin problem on JBoss 7.1 configuration was reloaded on each request, even if I changed nothing.
                
> Struts2 request-> response time  is considerably increased.
> -----------------------------------------------------------
>
>                 Key: WW-3805
>                 URL: https://issues.apache.org/jira/browse/WW-3805
>             Project: Struts 2
>          Issue Type: Bug
>          Components: Dispatch Filter
>    Affects Versions: 2.3.3, 2.3.4
>         Environment: Jboss AS 7.1.1 Final, Struts-2.3.4, Sitemesh, EAR Deployment, Windows 7
>            Reporter: nick
>            Assignee: Lukasz Lenart
>            Priority: Critical
>              Labels: issue, performance, struts2
>             Fix For: 2.3.4
>
>
> Struts2 > 2.3.1.2 is remarkably very slow when we compare it with struts2 2.3.1.2
> I found struts2 application is getting slow when we use 
> {code:xml}
> <filter-class>org.apache.struts2.dispatcher.ng.filter.StrutsPrepareFilter</filter-class>
> <filter-class>org.apache.struts2.dispatcher.ng.filter.StrutsExecuteFilter</filter-class>
> {code}
> When i use StrutsPrepareAndExecuteFilter the performance is pretty good like before. But it will mess up the sitemesh integration.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (WW-3805) Struts2 request-> response time is considerably increased.

Posted by "nick (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/WW-3805?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13263547#comment-13263547 ] 

nick commented on WW-3805:
--------------------------

Thats correct :) but it has become a problem in dev environment due its huge response time breaking most of our Ajax calls. So in context for us <constant name="struts.devMode" value="true" /> become useless :).

I don't know wat strategy you gonna take on this... 
If you are not going to do any fix for it then i have to inform my fellow works that "struts.devMode = true" is gonna cause you ;).
                
> Struts2 request-> response time  is considerably increased.
> -----------------------------------------------------------
>
>                 Key: WW-3805
>                 URL: https://issues.apache.org/jira/browse/WW-3805
>             Project: Struts 2
>          Issue Type: Bug
>          Components: Dispatch Filter
>    Affects Versions: 2.3.3, 2.3.4
>         Environment: Jboss AS 7.1.1 Final, Struts-2.3.4, Sitemesh, EAR Deployment, Windows 7
>            Reporter: nick
>            Assignee: Lukasz Lenart
>            Priority: Critical
>              Labels: issue, performance, struts2
>             Fix For: 2.3.4
>
>
> Struts2 > 2.3.1.2 is remarkably very slow when we compare it with struts2 2.3.1.2
> I found struts2 application is getting slow when we use 
> {code:xml}
> <filter-class>org.apache.struts2.dispatcher.ng.filter.StrutsPrepareFilter</filter-class>
> <filter-class>org.apache.struts2.dispatcher.ng.filter.StrutsExecuteFilter</filter-class>
> {code}
> When i use StrutsPrepareAndExecuteFilter the performance is pretty good like before. But it will mess up the sitemesh integration.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (WW-3805) Struts2 request-> response time is considerably increased.

Posted by "Lukasz Lenart (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/WW-3805?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13263427#comment-13263427 ] 

Lukasz Lenart commented on WW-3805:
-----------------------------------

You mean even without Sitemesh switching into these two filters slow down an application ?
                
> Struts2 request-> response time  is considerably increased.
> -----------------------------------------------------------
>
>                 Key: WW-3805
>                 URL: https://issues.apache.org/jira/browse/WW-3805
>             Project: Struts 2
>          Issue Type: Bug
>          Components: Dispatch Filter
>    Affects Versions: 2.3.3, 2.3.4
>         Environment: Jboss AS 7.1.1 Final, Struts-2.3.4, Sitemesh, EAR Deployment, Windows 7
>            Reporter: nick
>            Priority: Critical
>              Labels: issue, performance, struts2
>             Fix For: 2.3.4
>
>
> Struts2 > 2.3.1.2 is remarkably very slow when we compare it with struts2 2.3.1.2
> I found struts2 application is getting slow when we use 
> {code:xml}
> <filter-class>org.apache.struts2.dispatcher.ng.filter.StrutsPrepareFilter</filter-class>
> <filter-class>org.apache.struts2.dispatcher.ng.filter.StrutsExecuteFilter</filter-class>
> {code}
> When i use StrutsPrepareAndExecuteFilter the performance is pretty good like before. But it will mess up the sitemesh integration.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Issue Comment Edited] (WW-3805) Struts2 request-> response time is considerably increased.

Posted by "nick (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/WW-3805?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13263505#comment-13263505 ] 

nick edited comment on WW-3805 at 4/27/12 8:31 AM:
---------------------------------------------------

I mean its invoking Prepare -> sitemesh -> Execute filters but the request time to hit my Action and to see my result page (response) time is incredibly increased.
 
That i haven't tried without sitemesh, that i can try :). But it was working perfectly in struts2.3.1.2 with sitemesh filter (same settings).
                
      was (Author: nick.sree):
    That i haven't tried without sitemesh, that i can try :). But it was working perfectly in struts2.3.1.2 with sitemesh filter (same settings).
                  
> Struts2 request-> response time  is considerably increased.
> -----------------------------------------------------------
>
>                 Key: WW-3805
>                 URL: https://issues.apache.org/jira/browse/WW-3805
>             Project: Struts 2
>          Issue Type: Bug
>          Components: Dispatch Filter
>    Affects Versions: 2.3.3, 2.3.4
>         Environment: Jboss AS 7.1.1 Final, Struts-2.3.4, Sitemesh, EAR Deployment, Windows 7
>            Reporter: nick
>            Assignee: Lukasz Lenart
>            Priority: Critical
>              Labels: issue, performance, struts2
>             Fix For: 2.3.4
>
>
> Struts2 > 2.3.1.2 is remarkably very slow when we compare it with struts2 2.3.1.2
> I found struts2 application is getting slow when we use 
> {code:xml}
> <filter-class>org.apache.struts2.dispatcher.ng.filter.StrutsPrepareFilter</filter-class>
> <filter-class>org.apache.struts2.dispatcher.ng.filter.StrutsExecuteFilter</filter-class>
> {code}
> When i use StrutsPrepareAndExecuteFilter the performance is pretty good like before. But it will mess up the sitemesh integration.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (WW-3805) Struts2 request-> response time is considerably increased.

Posted by "Lukasz Lenart (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/WW-3805?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13263679#comment-13263679 ] 

Lukasz Lenart commented on WW-3805:
-----------------------------------

Wait for Hudson when it posts comment here ;-)
                
> Struts2 request-> response time  is considerably increased.
> -----------------------------------------------------------
>
>                 Key: WW-3805
>                 URL: https://issues.apache.org/jira/browse/WW-3805
>             Project: Struts 2
>          Issue Type: Bug
>          Components: Dispatch Filter
>    Affects Versions: 2.3.3, 2.3.4
>         Environment: Jboss AS 7.1.1 Final, Struts-2.3.4, Sitemesh, EAR Deployment, Windows 7
>            Reporter: nick
>            Assignee: Lukasz Lenart
>            Priority: Critical
>              Labels: issue, performance, struts2
>             Fix For: 2.3.4
>
>
> Struts2 > 2.3.1.2 is remarkably very slow when we compare it with struts2 2.3.1.2
> I found struts2 application is getting slow when we use 
> {code:xml}
> <filter-class>org.apache.struts2.dispatcher.ng.filter.StrutsPrepareFilter</filter-class>
> <filter-class>org.apache.struts2.dispatcher.ng.filter.StrutsExecuteFilter</filter-class>
> {code}
> When i use StrutsPrepareAndExecuteFilter the performance is pretty good like before. But it will mess up the sitemesh integration.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (WW-3805) Struts2 request-> response time is considerably increased.

Posted by "nick (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/WW-3805?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13263640#comment-13263640 ] 

nick commented on WW-3805:
--------------------------

Nope it didn't :(
                
> Struts2 request-> response time  is considerably increased.
> -----------------------------------------------------------
>
>                 Key: WW-3805
>                 URL: https://issues.apache.org/jira/browse/WW-3805
>             Project: Struts 2
>          Issue Type: Bug
>          Components: Dispatch Filter
>    Affects Versions: 2.3.3, 2.3.4
>         Environment: Jboss AS 7.1.1 Final, Struts-2.3.4, Sitemesh, EAR Deployment, Windows 7
>            Reporter: nick
>            Assignee: Lukasz Lenart
>            Priority: Critical
>              Labels: issue, performance, struts2
>             Fix For: 2.3.4
>
>
> Struts2 > 2.3.1.2 is remarkably very slow when we compare it with struts2 2.3.1.2
> I found struts2 application is getting slow when we use 
> {code:xml}
> <filter-class>org.apache.struts2.dispatcher.ng.filter.StrutsPrepareFilter</filter-class>
> <filter-class>org.apache.struts2.dispatcher.ng.filter.StrutsExecuteFilter</filter-class>
> {code}
> When i use StrutsPrepareAndExecuteFilter the performance is pretty good like before. But it will mess up the sitemesh integration.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (WW-3805) Struts2 request-> response time is considerably increased.

Posted by "nick (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/WW-3805?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13263533#comment-13263533 ] 

nick commented on WW-3805:
--------------------------

Thats correct :) . So wats the conclusion ?
                
> Struts2 request-> response time  is considerably increased.
> -----------------------------------------------------------
>
>                 Key: WW-3805
>                 URL: https://issues.apache.org/jira/browse/WW-3805
>             Project: Struts 2
>          Issue Type: Bug
>          Components: Dispatch Filter
>    Affects Versions: 2.3.3, 2.3.4
>         Environment: Jboss AS 7.1.1 Final, Struts-2.3.4, Sitemesh, EAR Deployment, Windows 7
>            Reporter: nick
>            Assignee: Lukasz Lenart
>            Priority: Critical
>              Labels: issue, performance, struts2
>             Fix For: 2.3.4
>
>
> Struts2 > 2.3.1.2 is remarkably very slow when we compare it with struts2 2.3.1.2
> I found struts2 application is getting slow when we use 
> {code:xml}
> <filter-class>org.apache.struts2.dispatcher.ng.filter.StrutsPrepareFilter</filter-class>
> <filter-class>org.apache.struts2.dispatcher.ng.filter.StrutsExecuteFilter</filter-class>
> {code}
> When i use StrutsPrepareAndExecuteFilter the performance is pretty good like before. But it will mess up the sitemesh integration.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira