17 Oct, 2013

1 commit


20 Aug, 2013

1 commit


10 Mar, 2013

1 commit

  • Enable the identity map for Mongoid. This allows subsequent finds for
    the same object to skip the DB and use an in-memory store of all
    retrieved records.
    
    In many cases this reduces the number of DB queries from _hundreds_ to a
    few tens.
    
    This is particularly noticable when showing lists of problems.
    Previously each `problem.app` reference caused a Apo.find() using the
    `app_id`, now it's an in-memory lookup.
    Daniel Beardsley
     

05 Nov, 2012

1 commit


03 May, 2011

1 commit


13 Apr, 2011

1 commit


15 Aug, 2010

1 commit