http://www.perlmonks.org?node_id=926776


in reply to Hardware to run heavy dbix::class stuff?

  1. Use Devel::NYTProf to generate actual benchmarks for your code.
    • If you feel your SQL needs profiling, either copy and paste what is generated (you can see if you set the environmental variable DBIC_TRACE to 1) and run that against your DBMS, or use DBIx::Class::QueryProfiler
  2. Format your node text to be readable in a sane manner.

I'm guessing you're not optimizing what you have right now currently.

Three thousand years of beautiful tradition, from Moses to Sandy Koufax, you're god damn right I'm living in the fucking past

  • Comment on Re: Hardware to run heavy dbix::class stuff?