On Friday, September 7, 2012 9:05:28 AM UTC+1, Ruby-Forum.com User wrote: > > Hi, > > in development mode you can turn auto_explain_threshold_in_seconds on > and see when a query is slow in the command prompt. Is there a gem that > can send me slow queries and slow loading pages in production mode? That > would make monitoring performance a lot easier. Thanks. > > There are (paid) services like http://www.unionstationapp.com & newrelic that do this.
This is probably quite easy to implement in rails 3 using the ActiveSupport::Notifications stuff. Fred -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msg/rubyonrails-talk/-/8xSTqSXEpYwJ. For more options, visit https://groups.google.com/groups/opt_out.

