ModMountain / modmountain-issues

Issue Tracker for modmountain.com
0 stars 0 forks source link

Resolve New Relic Issues #20

Closed sirsavary closed 9 years ago

sirsavary commented 9 years ago

New Relic is currently freaking out and recording some very lengthy transactions under one group making it impossible to figure out what is happening.

New Relic Dashboard

This needs to be fixed ASAP as we cannot diagnose any performance issues with this one group hogging all of the metrics.

sirsavary commented 9 years ago

Greatly improved by https://github.com/sirsavary/modmountain/commit/9ef37e5dfd490f6b4538b638acbf634268eed7f0. New Relic support still needs to be contacted to fix a bunch of transactions being grouped under /*

sirsavary commented 9 years ago

Support post made: https://discuss.newrelic.com/t/transaction-grouping/27021

sirsavary commented 9 years ago

Issue appears to be resolve on the dashboard, waiting a few more minutes to confirm 100%. The following two commits appear to have resolved things. The grouped transactions were XHR polling related.

https://github.com/sirsavary/modmountain/commit/e6e9a6c886b15c40cc7f4752686acd16876c19e0 https://github.com/sirsavary/modmountain/commit/769f1530e4217de51430cca45b9667cf175a9937

sirsavary commented 9 years ago

Things appeared to be cleared up! Now some real performance tuning can happen.