{% load mongo_debug_tags %}
Time (ms) | Operation | Cursor | Collection | Query | Ordering | Skip | Limit | Stack Trace | |||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
{{ query.time|floatformat:"4" }} | {{ query.operation|title }} | {{ query.cursor }} | {{ query.collection }} |
{% if query.query %}
{{ query.query|format_dict|highlight:"javascript"|safe }}{% endif %} |
{% if query.ordering %}{{ query.ordering }}{% endif %} |
{{ query.skip|default:"" }} | {{ query.limit|default:"" }} | Toggle | |||||||
|
No queries recorded
{% endif %}Time (ms) | Document | Safe | Stack Trace | ||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
{{ insert.time|floatformat:"4" }} |
{{ insert.document|format_dict:120|highlight:"javascript"|safe }} |
{{ insert.safe }} | Toggle | ||||||||
|
No inserts recorded
{% endif %}Time (ms) | Query | Update | Safe | Multi | Upsert | Stack Trace | ||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
{{ update.time|floatformat:"4" }} |
{{ update.spec|format_dict:120|highlight:"javascript"|safe }} |
{{ update.document|format_dict:120|highlight:"javascript"|safe }} |
{{ update.safe }} | {{ update.multi }} | {{ update.upsert }} | Toggle | ||||||||
|
No updates recorded
{% endif %}Time (ms) | Query / Id | Safe | Stack Trace | ||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
{{ remove.time|floatformat:"4" }} |
{{ remove.spec_or_id|format_dict:120|highlight:"javascript"|safe }} |
{{ remove.safe }} | Toggle | ||||||||
|
No removes recorded
{% endif %}