Agile Web Development

Build it. Launch it. Love it.

QueryTrace

It's nice that ActiveRecord logs the queries that are performed when your actions are executed, since it makes it easy to see when you have serious inefficiencies in your application. The next question, though, is always, "OK, so where are those being run from?" Before QueryTrace, that question could be a real pain to answer, since you'd have to go trawling through your code looking for the culprit. Once you have QueryTrace installed, though, your logs won't just tell you that you have a problem, they will pinpoint the location of that problem for you.

Vitals

Home http://terralien.com/svn/projects/plugins/query_trace/README
Repository https://terralien.devguard.com/svn/projects/plugins/query_trace/
License Rails' (MIT)
Tags Tag_red activerecord log logging optimization profiling query sql trace
Rating (10 votes)
Owner Nathaniel Talbott
Created 17 May 2006

Comments

Add a comment