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.