Command metrics
2
Database commands
47.106 ms
Command time
Commands
# | Time | Database | Info |
---|---|---|---|
1 | 14.297 ms | viki |
{"find":"apps__app","filter":{"secure.server_key":"2p3RzTfnnqxDucmY"},"limit":{"$numberInt":"1"},"$db":"viki"}
{ "find": "apps__app", "filter": { "secure.server_key": "2p3RzTfnnqxDucmY" }, "limit": { "$numberInt": "1" }, "$db": "viki" } |
2 | 32.809 ms | viki |
{"aggregate":"sites__page","pipeline":[{"$match":{"url":{"$in":["index.html"]}}},{"$match":{"site":{"$in":["1-to-5com"]}}},{"$facet":{"results":[{"$skip":{"$numberInt":"0"}},{"$limit":{"$numberInt":"1000"}}],"count":[{"$count":"count"}]}}],"cursor":{},"$db":"viki"}
{ "aggregate": "sites__page", "pipeline": [ { "$match": { "url": { "$in": [ "index.html" ] } } }, { "$match": { "site": { "$in": [ "1-to-5com" ] } } }, { "$facet": { "results": [ { "$skip": { "$numberInt": "0" } }, { "$limit": { "$numberInt": "1000" } } ], "count": [ { "$count": "count" } ] } } ], "cursor": {}, "$db": "viki" } |