Re: [Catalyst] Capture page on server?

2008-06-23 Thread Ryan D Johnson
Bill Moseley [EMAIL PROTECTED] writes: On Mon, Jun 23, 2008 at 07:10:31PM +0200, Matthias Zeichmann wrote: On Mon, Jun 23, 2008 at 18:23, Martin Ellison [EMAIL PROTECTED] wrote: I actually want to save a static copy of the front page to improve load times. did you look into

Re: [Catalyst] Re: Capture page on server?

2008-06-23 Thread Ryan D Johnson
Aristotle Pagaltzis [EMAIL PROTECTED] writes: * Ryan D Johnson [EMAIL PROTECTED] [2008-06-23 20:40]: I've been mulling over whether there's any reasonable way to fix things to deal with this, but it amounts to any kind of content negotiation needing to run very early (as part of dispatch

Re: [Catalyst] Re: Capture page on server?

2008-06-23 Thread Ryan D Johnson
On Mon, Jun 23, 2008 at 3:40 PM, Aristotle Pagaltzis [EMAIL PROTECTED] wrote: If so, it might make sense for PageCache to pay attention to the Vary header. I imagine that the cache save and lookup code will get significantly more complex, though. Not a whole lot – it needs to incorporate

Re: [Catalyst] fix config right before database connect?

2008-03-24 Thread Ryan D Johnson
David Wright [EMAIL PROTECTED] writes: I'm running several instances of Catalyst app (for every developer and production) on the same box; I'm thinking of automatically patch database name loaded from config file to allow separate copies of databases to coexist transparently. We have the