Re: [rt-users] 3.6.0 speed improvements

2006-07-17 Thread Vivek Khera
On Jul 15, 2006, at 12:44 PM, Jesse Vincent wrote: Jesse; When is the planned release for 3.6.1, I am planning an upgrade to 3.6 and from I 've been reading it sounds its worth waiting till 3.6.1 Roy We, as a matter of course, do not promise release dates, other than to support custome

Re: [rt-users] 3.6.0 speed improvements

2006-07-17 Thread Vivek Khera
On Jul 14, 2006, at 6:29 AM, Niels Huylebroeck wrote: # in httpd.conf KeepAlive On I've now also turned this on, thanks for the heads-up hadn't noticed this before (I run Centos 4.3 and it's disabled by default too) You absolutely 100% don't want to do this on a busy public web site, espec

Re: [rt-users] 3.6.0 speed improvements

2006-07-17 Thread Mike Taht
On 7/17/06, Vivek Khera <[EMAIL PROTECTED]> wrote: On Jul 14, 2006, at 6:29 AM, Niels Huylebroeck wrote:>> # in httpd.conf>> KeepAlive On> I've now also turned this on, thanks for the heads-up hadn't noticed> this before (I run Centos 4.3 and it's disabled by default too)You absolutely 100% don't

Re: [rt-users] 3.6.0 speed improvements

2006-07-15 Thread Jesse Vincent
On Jul 14, 2006, at 5:58 AM, Roy El-Hames wrote: Jesse; When is the planned release for 3.6.1, I am planning an upgrade to 3.6 and from I 've been reading it sounds its worth waiting till 3.6.1 Roy We, as a matter of course, do not promise release dates, other than to support customers.

Re: [rt-users] 3.6.0 speed improvements

2006-07-14 Thread Joby Walker
Mike Taht wrote: 2) Still, it was fetching all those files on every request, and arguably the only one that ever changes is the main web page. > Is there a better way to do this? Still using 3.4.x, but we've modified the local/html/NoAuth directory so that the content does not need to be

Re: [rt-users] 3.6.0 speed improvements

2006-07-14 Thread Thomas Sibley
Niels Huylebroeck wrote: Jesse : If you could give an educated guess if disabling the js and css from mason completely would actually impair functionality or stability ? The CSS and JS contains mason comments (so <%doc> and %#), which means that if it's unparsed by Mason, those won't be whiske

Re: [rt-users] 3.6.0 speed improvements

2006-07-14 Thread Niels Huylebroeck
Mike Taht wrote: > After installing 3.6.0 I noticed a significant apparent speed decrease > vs 3.4.5. > > Basically, at least with my mod_perl based install, it was doing 15+ > HTTP GET'S - to fetch the current web page, the graphics, and the CSS. > I fixed that in two ways. > > 1) Fedora Core 5'

Re: [rt-users] 3.6.0 speed improvements

2006-07-14 Thread Roy El-Hames
Jesse; When is the planned release for 3.6.1, I am planning an upgrade to 3.6 and from I 've been reading it sounds its worth waiting till 3.6.1 Roy Jesse Vincent wrote: 2) Still, it was fetching all those files on every request, and arguably the only one that ever changes is the main web

Re: [rt-users] 3.6.0 speed improvements

2006-07-13 Thread Jesse Vincent
> 2) Still, it was fetching all those files on every request, and arguably the > only one that ever changes is the main web page. So I turned on: > > ExpiresActive On > ExpiresByType text/css A3600 # expire in an hour > ExpiresByType image/png A3600 > ExpiresByType application/x-javascript A360

[rt-users] 3.6.0 speed improvements

2006-07-13 Thread Mike Taht
After installing 3.6.0 I noticed a significant apparent speed decrease vs 3.4.5. Basically, at least with my mod_perl based install, it was doing 15+ HTTP GET'S - to fetch the current web page, the graphics, and the CSS. I fixed that in two ways.1) Fedora Core 5's Apache, at least, is disabling kee