[Dancer-users] Anyone interested in Dancer::Session::Chi?

Richard Huxton dev at archonet.com
Fri Oct 21 12:34:10 CEST 2011


On 21/10/11 11:26, damien krotkine wrote:
> I think it's an interesting plugin to have, as it opens up all the CHI
> implementation possibilities.

Already using it for a DB cache, so it seemed sensible to re-use.

On my dev machine here, a simple page went from:
               YAML   CHI::FastMmap
db access       70   30
output cached   30    9ms

The "output cached" represents the minimum overhead for routing to the 
page and returning a brief bit of html from a "state" variable.

> If you can wrap up the code somewhere (github maybe ?), that'd be cool
> I think. Maybe a cpan module ? :)

OK - I'll try and get it up on github next week. Never uploaded to CPAN 
so I'll need read up and find out how.

-- 
   Richard Huxton
   Archonet Ltd


More information about the Dancer-users mailing list