<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<body link="#355491" alink="#4262a1" vlink="#355491" style="background: #e2e2e2; margin: 0; padding: 20px;">
<div>
        <table cellpadding="0" bgcolor="#FFFFFF" border="0" cellspacing="0" style="border: 1px solid #dadada; margin-bottom: 30px; width: 100%; -moz-border-radius: 6px; -webkit-border-radius: 6px;">
                <tbody>
                        <tr>
                                <td>
                                        <table border="0" cellpadding="0" cellspacing="0" bgcolor="#FFFFFF" style="border: solid 2px #ccc; background: #dadada; width: 100%; -moz-border-radius: 6px; -webkit-border-radius: 6px;">
                                                <tbody>
                                                        <tr>
                                                                <td bgcolor="#000000" valign="middle" height="58px" style="border-bottom: 1px solid #ccc; padding: 20px; -moz-border-radius-topleft: 3px; -moz-border-radius-topright: 3px; -webkit-border-top-right-radius: 5px; -webkit-border-top-left-radius: 5px;">
                                                                        <h1 style="color: #333333; font: bold 22px Arial, Helvetica, sans-serif; margin: 0; display: block !important;">
                                                                        <!-- To have a header image/logo replace the name below with your img tag -->
                                                                        <!-- Email clients will render the images when the message is read so any image -->
                                                                        <!-- must be made available on a public server, so that all recipients can load the image. -->
                                                                        <a href="https://community.jboss.org/index.jspa" style="text-decoration: none; color: #E1E1E1">JBoss Community</a></h1>
                                                                </td>
                                                        </tr>
                                                        <tr>
                                                                <td bgcolor="#FFFFFF" style="font: normal 12px Arial, Helvetica, sans-serif; color:#333333; padding: 20px; -moz-border-radius-bottomleft: 4px; -moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 5px; -webkit-border-bottom-left-radius: 5px;"><h3 style="margin: 10px 0 5px; font-size: 17px; font-weight: normal;">
Re: AS7 getting slower
</h3>
<span style="margin-bottom: 10px;">
created by <a href="https://community.jboss.org/people/ctomc">Tomaz Cerar</a> in <i>JBoss AS 7 Development</i> - <a href="https://community.jboss.org/message/783379#783379">View the full discussion</a>
</span>
<hr style="margin: 20px 0; border: none; background-color: #dadada; height: 1px;">
<div class="jive-rendered-content"><p>Yes, JSF mojarra impl has known performance issues.</p><p style="min-height: 8pt; height: 8pt; padding: 0px;"> </p><p>btw, i would cleanup your deployment a bit.</p><p style="min-height: 8pt; height: 8pt; padding: 0px;"> </p><p>get rid of:</p><p style="min-height: 8pt; height: 8pt; padding: 0px;"> </p><p>20.12.2010  10:46            62.983 activation-1.1.jar <-- part of jdk </p><p>31.05.2012  16:18            18.432 ant-launcher.jar <-- build tool?</p><p>31.05.2012  16:18         1.938.849 ant.jar <-- build tool? probably mistake</p><p>19.12.2011  13:06           610.790 c3p0-0.9.1.2.jar <-- you probably dont need that as you use app server's pooling</p><p>20.12.2010  10:46           261.809 commons-lang-2.4.jar -- two commons lang?</p><p>18.02.2011  14:27           284.220 commons-lang-2.6.jar -- two commons lang?</p><p>26.05.2011  17:51            60.841 commons-logging-1.1.1.jar <-- not needed</p><p>28.06.2012  13:29         3.796.846 db2jcc4.jar <-- jdbc driver should be installed into server directly not as part of deployment</p><p>20.12.2010  10:45           134.652 jboss-el.jar <-- afaik not needed anymore, i would try and remove it</p><p>19.10.2012  17:48           109.121 jboss-vfs-3.1.0.Final.jar <-- this should never be part of deployment</p><p>20.12.2010  10:45         2.005.783 jgroups.jar <-- this is for clustering, and should not be part of deployment unless your app manualy constructs clusters</p><p>20.12.2010  10:39            15.071 jta.jar <-- EE api, part of app server, remove it</p><p>28.08.2012  20:29           188.121 jtidy-r938.jar <-- not needed as runtime</p><p>20.12.2010  10:39           237.344 junit-4.8.2.jar <-- not needed as runtime</p><p>26.05.2011  17:51           481.534 log4j-1.2.16.jar <-- you could probably remove it as server will provide it for your</p><p>11.07.2012  14:08           827.942 mysql-connector-java-5.1.21-bin.jar <-- jdbc driver should not be part of deployment</p><p>20.12.2010  10:45           266.872 picocontainer-2.6.jar <-- you really use pico container and seam?</p><p>29.07.2011  12:48           539.510 postgresql-8.4-702.jdbc4.jar <-- jdbc driver should not be part of deployment</p><p>17.05.2011  18:48           508.651 standard-1.0.6.jar <-- standard API, should not be part of deployment</p><p>08.08.2012  12:21           753.341 testng-6.7.jar <-- remove it as probably deployment does not do testing <span> ;) </span></p><p>20.12.2010  10:39         7.526.292 thirdparty-all.jar <-- this looks fishy, i would remove this and include only deps you really need</p><p>14.05.2012  14:24        25.706.895 tika-app-1.1.jar <-- I asume this is your app? </p><p style="min-height: 8pt; height: 8pt; padding: 0px;"> </p><p>--</p><p>tomaz</p></div>
<div style="background-color: #f4f4f4; padding: 10px; margin-top: 20px;">
<p style="margin: 0;">Reply to this message by <a href="https://community.jboss.org/message/783379#783379">going to Community</a></p>
        <p style="margin: 0;">Start a new discussion in JBoss AS 7 Development at <a href="https://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2225">Community</a></p>
</div></td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</div>
</body>
</html>