Re: [Catalyst] 15s latency with fastcgi+Apache2+catalyst 5.8

2009-05-20 Thread Arjuna Del Toso
On Tue, 19 May 2009 17:49:32 +0100 Paul Makepeace pa...@paulm.com wrote: I'm in the process of upgrading our app to Catalyst 5.8 and Apache 2 on a stock Debian box. The webpages are taking pretty much exactly 15s to load. I tried stripping out images and other media and even with it down to

Re: [Catalyst] 15s latency with fastcgi+Apache2+catalyst 5.8

2009-05-20 Thread Tomas Doran
Arjuna Del Toso wrote: On Tue, 19 May 2009 17:49:32 +0100 Paul Makepeace pa...@paulm.com wrote: Any other hints? My 2 cents: have you tried to disable mod_deflate (if running)? Oh yes, good call - that's a known gotcha. Can someone work up a doc note to stick in ::Engine::FastCGI about

Re: [Catalyst] 15s latency with fastcgi+Apache2+catalyst 5.8

2009-05-20 Thread Paul Makepeace
On Wed, May 20, 2009 at 1:13 PM, Arjuna Del Toso adelt...@adamans.com wrote: On Tue, 19 May 2009 17:49:32 +0100 Paul Makepeace pa...@paulm.com wrote: I'm in the process of upgrading our app to Catalyst 5.8 and Apache 2 on a stock Debian box. The webpages are taking pretty much exactly 15s to

[Catalyst] 15s latency with fastcgi+Apache2+catalyst 5.8

2009-05-19 Thread Paul Makepeace
I'm in the process of upgrading our app to Catalyst 5.8 and Apache 2 on a stock Debian box. The webpages are taking pretty much exactly 15s to load. I tried stripping out images and other media and even with it down to the HTML favicon.ico it's 15s - i.e. it's not blocking on a particular item.