Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ability to not log every request, optimizations, db_index, and a management command #31

Merged
merged 10 commits into from
Aug 17, 2014
Prev Previous commit
Next Next commit
add '(ms)' unit to SQL table execution time
JoshData committed Aug 15, 2014
commit f1bdd3587adac3c5c9a8bffa68117fb4effd1f7d
2 changes: 1 addition & 1 deletion silk/templates/silk/sql.html
Original file line number Diff line number Diff line change
@@ -102,7 +102,7 @@
<th class="left-aligned">Time</th>
<th class="left-aligned">Tables</th>
<th class="right-aligned">Num. Joins</th>
<th class="right-aligned">Execution Time</th>
<th class="right-aligned">Execution Time (ms)</th>
</tr>
{% for sql_query in items %}
<!-- TODO: Pretty grimy... -->