| Time (ms) | Size | Operation | Collection | Query | Ordering | Skip | Limit | Data | Stack Trace | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| {{ query.time|round(3) }} | {{ query.size|round(2) }}Kb | {{ query.operation|title }} | {{ query.collection }} | {% if query.query %} {{ query.query|safe }} {% endif %} | {% if query.ordering %}{{ query.ordering }}{% endif %} | {% if query.skip %}{{ query.skip }}{% endif %} | {% if query.limit %}{{ query.limit }}{% endif %} | Toggle | Toggle | ||||||
{{ query.data|pprint }}
|
|||||||||||||||
|
|||||||||||||||
No queries recorded
{% endif %}| Time (ms) | Size | Document | Safe | Stack Trace | |||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| {{ insert.time|round(3) }} | {{ insert.size|round(2) }}Kb | {{ insert.document|safe }} | {{ insert.safe }} | Toggle | |||||||
|
|||||||||||
No inserts recorded
{% endif %}| Time (ms) | Size | Query / Id | Safe | Stack Trace | |||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| {{ remove.time|round(3) }} | {{ remove.size|round(2) }}Kb | {{ remove.spec_or_id|safe }} | {{ remove.safe }} | Toggle | |||||||
|
|||||||||||
No removes recorded
{% endif %}| Time (ms) | Size | Query | Update | Safe | Multi | Upsert | Stack Trace | |||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| {{ update.time }} | {{ update.size|round(2) }}Kb | {{ update.spec|safe }} | {{ update.document|safe }} | {{ update.safe }} | {{ update.multi }} | {{ update.upsert }} | Toggle | |||||||
|
||||||||||||||
No updates recorded
{% endif %}