Re: [Catalyst] What text editor to use?

2011-04-14 Thread John M. Dlugosz
On 4/13/2011 11:26 AM, Mesdaq, Ali amesdaq-at-websense.com |Catalyst/Allow to home| wrote: Try the full version of Komodo. It understands tt files by default. It's been great to me the past few years. I can't imagine working in a heavy perl/catalyst environment without it. Too bad Komodo

Re: [Catalyst] Caching SQL results for speed...?

2011-04-14 Thread will trillich
On Wed, Apr 13, 2011 at 1:19 AM, Darren Duncan dar...@darrenduncan.netwrote: will trillich wrote: 70% of the time is taken up in five modules: 1) SQL::Abstract 2) DBIx::Class::ResultSet 3) Class::Accessor::Grouped 4) DBIx::Class::Storage::DBI 5) HTML::FormHandler::Field ...because in 200

Re: [Catalyst] Caching SQL results for speed...?

2011-04-14 Thread Hernan Lopes
i remember you mentioned something about many to many select options, try disabling those.. and then does the form works faster? if so, then the problem is mostly like in there ... try populating your options manually On Thu, Apr 14, 2011 at 1:15 PM, will trillich

Re: [Catalyst] Caching SQL results for speed...?

2011-04-14 Thread Nicholas Wehr
From what I recall - the caching trait doesn't play with joins. From what I can tell - neither does H::FH; Can anyone confirm this? It might make more sense for your queries to always specify a deep join/prefetch option to reduce the number of queries. I see this statement as well: This feature