[Dbix-class] DBIx::Class with PerlApp

Michael Maibaum mike at maibaum.org
Wed Feb 16 19:46:43 GMT 2011


On Wed, Feb 16, 2011 at 7:17 PM, Octavian Rasnita <orasnita at gmail.com> wrote:
> From: "Peter Rabbitson" <rabbit+dbic at rabbit.us>
>> Octavian Rasnita wrote:
>>> And it works, although with a low performance because DBIx::Class has a big startup lag.
>>>
>>
>> This is not really correct. The slow startup comes from FS operations
>> while load_namespaces scans for result classes. There are ways to
>> mitigate this if so required, DBIC itself is quite fast to startup.
>>
>
>
> Please tell me where can I find more information about how to do that.
>

start with the cookbook: fast start up



More information about the DBIx-Class mailing list