This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env ruby | |
# This script will take a look at the output from your rails application and print | |
# info about the number of selects, updates and inserts, as well as the slowest partials | |
# to render and the slowest selects. | |
# | |
# Usage... just pipe the output of your rails app or log to it: | |
# | |
# script/server | log_analyzer.rb | |
# or.. |
NewerOlder