Time (ms) | Operation | Collection | Query | Ordering | Skip | Limit | Stack Trace | ||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
{{ "%.4f"|format(query.time|float) }} | {{ query.operation|title }} | {{ 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 | ||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
{{ "%.4f"|format(insert.time|float) }} |
{{ insert.document|format_dict(120)|highlight("javascript")|safe }} |
{{ insert.safe }} | Toggle | ||||||||
|
No inserts recorded
{% endif %}Time (ms) | Query | Update | Safe | Multi | Upsert | Stack Trace | ||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
{{ "%.4f"|format(update.time|float) }} |
{{ 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 | ||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
{{ "%.4f"|format(remove.time|float) }} |
{{ remove.spec_or_id|format_dict(120)|highlight("javascript")|safe }} |
{{ remove.safe }} | Toggle | ||||||||
|
No removes recorded
{% endif %}