quickly and dirtily discover the slowest actions in your rails app
$ cd log $ grep "Completed in" production.log | sed 's/Completed in \([^ ]*\).*\(http.*\)\]/\1 \2/' | sort -n
Ian's web thingy
$ cd log $ grep "Completed in" production.log | sed 's/Completed in \([^ ]*\).*\(http.*\)\]/\1 \2/' | sort -n
Leave a Reply