1 | db.towns.find( {"sef_url":"wentworth-mo"}, [] ).sort( [] ).limit( 1 ).skip( 0 ) | | 0 | 1 | 129 |
2 | db.articles.find( {"broadcastto":{"$in":["wentworth-mo","mo","usa"]},"publish_date":{"$lte":"MongoDate(0.65500000 1739767157)"},"tags":"shooting-sports"}, [] ).sort( {"featured":-1,"publish_date":-1} ).limit( 2 ).skip( 0 ) | | 0 | 2 | 54 |
3 | db.articles.find( {"broadcastto":{"$in":["wentworth-mo","mo","usa"]},"publish_date":{"$lte":"MongoDate(0.65500000 1739767157)"},"article_id":{"$ne":1236},"tags":"shooting-sports"}, [] ).sort( {"publish_date":-1} ).limit( 16 ).skip( 0 ) | | 0 | 16 | 11 |
4 | db.events_cache.find( {"_id":"a9509d3f586065a09716ea1dc68262cd"}, [] ).sort( [] ).limit( 1 ).skip( 0 ) | | 0 | 1 | 20 |
5 | db.articles.find( {"broadcastto":{"$in":["wentworth-mo","mo","usa"]},"publish_date":{"$lte":"MongoDate(0.87500000 1739767157)"},"$or":[{"tags":"shooting-sports"},{"tags":"shooting-sports-featured"}]}, [] ).sort( {"featured":-1,"publish_date":-1} ).limit( 2 ).skip( 0 ) | | 0 | 2 | 3 |
6 | db.ranges.find( {"aggregate":[{"$geoNear":{"near":[-94.0739974975586,36.99330139160156],"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 | 10 | 142 |
7 | db.ranges.count( {"aggregate":[{"$geoNear":{"near":[-94.0739974975586,36.99330139160156],"distanceField":"distance","distanceMultiplier":3963.2,"maxDistance":0.025232135647961243,"spherical":true}}]} ) | | 0 | 62 | 14 |