[rt-users] Tuning RT4
Dave Pascoe
davekm3t at gmail.com
Sat Jul 23 00:05:37 EDT 2011
I would love to learn what you find. I am also experiencing slowness with
4.0.1 compared to 3.8.x. Very noticeable - page turnaround time at least
2-3 seconds longer, and sometimes longer than that. Relevant part of my
Apache config:
DocumentRoot "/usr/local/rt4/share/html"
<Location />
Order allow,deny
Allow from all
SetHandler modperl
PerlResponseHandler Plack::Handler::Apache2
PerlSetVar psgi_app /usr/local/rt4/sbin/rt-server
# Added for attempt at tuning
PerlSetVar MasonStaticSource true
PerlSetVar MasonBufferPreallocateSize 4096000
PerlSetVar MasonDataCacheDefaults "cache_class=> MemoryCache, cache_depth
=> 4"
PerlSetVar MasonPreloads '/Elements/*'
PerlSetVar MasonPreloads '/Ticket/*'
PerlSetVar MasonPreloads '/Articles/*'
PerlSetVar MasonPreloads '/Dashboards/*'
PerlSetVar MasonPreloads '/NoAuth/*'
PerlSetVar MasonPreloads '/Tools/*'
PerlSetVar MasonPreloads '/User/*'
PerlSetVar MasonPreloads '/Widgets/*'
PerlSetVar MasonPreloads '/Helpers/*'
AddOutputFilterByType DEFLATE text/html text/plain text/xml
</Location>
<Perl>
use Plack::Handler::Apache2;
Plack::Handler::Apache2->preload("/usr/local/rt4/sbin/rt-server");
</Perl>
On Thu, Jul 21, 2011 at 9:35 AM, john s. <fireskyer at gmx.de> wrote:
>
> Hello All
>
> from my point of view
>
> Actually we use rt 3.8 in prod environment and the new rt 4.0 in labor
> environment
>
> the 3.8 speeds up like an local installed program ...very fast ....
>
> the 4.0.0 is not so fast as 3.8 but it is acceptable
>
> Neverthless i would like to know why is it that so....?
>
> RT 3.8.9:
>
> Here are my configurations:
>
> rt 3.8.9: http://pastebin.com/2YMK6uzt http://pastebin.com/2YMK6uzt
>
> rt 4.0.1: http://pastebin.com/CFrNE2a3 http://pastebin.com/CFrNE2a3
>
>
> could someone help me to figure out whats wrong on the rt 4.0.1 config
>
>
> best regards john s.
>
>
>
>
>
> --
> View this message in context:
> http://old.nabble.com/Tuning-RT4-tp32056508p32107474.html
> Sent from the Request Tracker - User mailing list archive at Nabble.com.
>
>
> --------
> 2011 Training: http://bestpractical.com/services/training.html
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.bestpractical.com/pipermail/rt-users/attachments/20110723/b4ddaf9d/attachment.htm>
More information about the rt-users
mailing list