You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Hariprasad Manchi <ha...@gmail.com> on 2014/05/15 19:04:34 UTC

Slow page response time in tomcat 8.0.5

Hi,
We are trying to use apache-tomcat 8.0.5 for our web application and have
encountered performance issue with respect to the page response time.
However, once the application is deployed in 8.0.5 we see a longer delay in
response time from the server for the login page itself. With older version
of tomcat i.e., tomcat 7.x(7.0.53), 6.x(6.0.18) we did not see such delay.

We have 270 custom tags defined across 6 tld files in our application and
have the tag pooling feature turned off in conf/web.xml (enablepooling is
set to false; since this is a requirement for the application we had to
turn it off).

We tried to root cause the issue and used fidller tool to monitor the
requests and response times. The browsers - both IE 11 and Chrome - were
firing the requests quickly but were waiting for the response from the
server. We do not know what is the actual cause for this delay. We have
captured the traffic for both IE and Chrome and could send them if needed.

Could you please advise how to proceed to identify the root cause for this
delay? Or could you confirm this as already a known issue?

Any help would be highly appreciated.

We are not clear to which group the question should be posted, hence
sending this email to both users and taglib-users email list.

Regards,
Hariprasad

Re: Slow page response time in tomcat 8.0.5

Posted by Mark Thomas <ma...@apache.org>.
On 15/05/2014 18:04, Hariprasad Manchi wrote:
> Hi,
> We are trying to use apache-tomcat 8.0.5 for our web application and have
> encountered performance issue with respect to the page response time.
> However, once the application is deployed in 8.0.5 we see a longer delay in
> response time from the server for the login page itself. With older version
> of tomcat i.e., tomcat 7.x(7.0.53), 6.x(6.0.18) we did not see such delay.
> 
> We have 270 custom tags defined across 6 tld files in our application and
> have the tag pooling feature turned off in conf/web.xml (enablepooling is
> set to false; since this is a requirement for the application we had to
> turn it off).
> 
> We tried to root cause the issue and used fidller tool to monitor the
> requests and response times. The browsers - both IE 11 and Chrome - were
> firing the requests quickly but were waiting for the response from the
> server. We do not know what is the actual cause for this delay. We have
> captured the traffic for both IE and Chrome and could send them if needed.
> 
> Could you please advise how to proceed to identify the root cause for this
> delay? Or could you confirm this as already a known issue?
> 
> Any help would be highly appreciated.
> 
> We are not clear to which group the question should be posted, hence
> sending this email to both users and taglib-users email list.

Get a profiler. Profile what your application is doing.

Mark


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org
For additional commands, e-mail: users-help@tomcat.apache.org


Re: Slow page response time in tomcat 8.0.5

Posted by Leon Rosenberg <ro...@gmail.com>.
Hello Hariprasad,

you could embed moskito webui into your application, annotate your tags
with @Monitor and you would see how long they execute and what is the
execution path, which tags are called during an http request how often and
how long they execute. You can follow this link for more information on the
integration:
blog.anotheria.net/msk/the-complete-moskito-integration-guide-step-1/

MoSKito itself: http://www.moskito.org

regards
Leon


On Thu, May 15, 2014 at 7:04 PM, Hariprasad Manchi
<ha...@gmail.com>wrote:

> Hi,
> We are trying to use apache-tomcat 8.0.5 for our web application and have
> encountered performance issue with respect to the page response time.
> However, once the application is deployed in 8.0.5 we see a longer delay in
> response time from the server for the login page itself. With older version
> of tomcat i.e., tomcat 7.x(7.0.53), 6.x(6.0.18) we did not see such delay.
>
> We have 270 custom tags defined across 6 tld files in our application and
> have the tag pooling feature turned off in conf/web.xml (enablepooling is
> set to false; since this is a requirement for the application we had to
> turn it off).
>
> We tried to root cause the issue and used fidller tool to monitor the
> requests and response times. The browsers - both IE 11 and Chrome - were
> firing the requests quickly but were waiting for the response from the
> server. We do not know what is the actual cause for this delay. We have
> captured the traffic for both IE and Chrome and could send them if needed.
>
> Could you please advise how to proceed to identify the root cause for this
> delay? Or could you confirm this as already a known issue?
>
> Any help would be highly appreciated.
>
> We are not clear to which group the question should be posted, hence
> sending this email to both users and taglib-users email list.
>
> Regards,
> Hariprasad
>