Use Google Analytics for Rails App Performance Monitoring
Step 1. Add this to your Gemfile
gem 'garelic'
Step 2. Add <%= Garelic.monitoring 'UA-XXXXXX-X' %>
instrumentation in application layout template (before the closing </head> tag) like this:
<head>
<!-- other rails stuff -->
<%= Garelic.monitoring 'UA-XXXXXX-X' %>
<!-- make sure you remove your old GA code! -->
</head>
Step 3. Go to Google Analytics > Content > Site Speed > User Timings
More info at https://github.com/jsuchal/garelic
Note from Coderwall team: we've made up our own list of application performance monitoring tools.
Written by Ján Suchal
Related protips
Have a fresh tip? Share with Coderwall community!
Post
Post a tip
Best
#Rails
Authors
Sponsored by #native_company# — Learn More
#native_title#
#native_desc#