| 1 | db.towns.find( {"sef_url":"milan-ga"}, [] ).sort( [] ).limit( 1 ).skip( 0 ) | | 0 | 1 | 6 |
| 2 | db.pages.find( {"slug":{"$in":["hunting"]},"site.hostname":{"$in":["step"]},"type":"town"}, [] ).sort( [] ).limit( 1 ).skip( 0 ) | | 0 | 1 | 1 |
| 3 | db.articles.find( {"broadcastto":{"$in":["milan-ga","ga","usa"]},"publish_date":{"$lte":"MongoDate(0.75200000 1765051443)"},"tags":"hunt"}, [] ).sort( {"featured":-1,"publish_date":-1} ).limit( 2 ).skip( 0 ) | | 0 | 2 | 3 |
| 4 | db.articles.find( {"broadcastto":{"$in":["milan-ga","ga","usa"]},"publish_date":{"$lte":"MongoDate(0.75200000 1765051443)"},"article_id":{"$ne":1257},"tags":"hunt"}, [] ).sort( {"publish_date":-1} ).limit( 16 ).skip( 0 ) | | 0 | 16 | 9 |
| 5 | db.events_cache.find( {"_id":"ef5efdd82800eb0ae10ea0ce552afcd0"}, [] ).sort( [] ).limit( 1 ).skip( 0 ) | | 0 | 1 | 2 |
| 6 | db.articles.find( {"broadcastto":{"$in":["milan-ga","ga","usa"]},"publish_date":{"$lte":"MongoDate(0.80000000 1765051443)"},"$or":[{"tags":"hunt"},{"tags":"hunt-featured"}]}, [] ).sort( {"featured":-1,"publish_date":-1} ).limit( 2 ).skip( 0 ) | | 0 | 2 | 2 |
| 7 | db.preserves.find( {"aggregate":[{"$geoNear":{"near":[-83.06279754638672,32.01729965209961],"distanceField":"distance","distanceMultiplier":3963.2,"maxDistance":0.025232135647961243,"spherical":true}},{"$sort":{"nssf_member":-1,"distance":1}},{"$sort":{"nssf_member":-1,"distance":1}},{"$skip":0},{"$limit":10}]}, [] ).sort( {"nssf_member":-1,"distance":1} ).limit( 10 ).skip( 0 ) | | 0 | 0 | 5 |
| 8 | db.preserves.count( {"aggregate":[{"$geoNear":{"near":[-83.06279754638672,32.01729965209961],"distanceField":"distance","distanceMultiplier":3963.2,"maxDistance":0.025232135647961243,"spherical":true}}]} ) | | 0 | 0 | 2 |