• Igor Drozdov's avatar
    Add Bullet notifications to Performance bar · 51e753a8
    Igor Drozdov authored
    Bullet gem helps to detect N+1 problems for SQL queries. It mostly
    recognized the simple cases, but even those are regularly encountered
    in our code base.
    
    In order to enable the gem, one should ENABLE_BULLET=1. Then bullet
    notifications will appear in the js console. Unfortunately, js console
    messages don't call to action.
    
    What about putting the notifications in the Performance bar?
    51e753a8
detailed_metric_spec.js 4.13 KB