1 | db.sites.find( {"hostname":{"$in":["step","localword"]}}, [] ).sort( [] ).limit( 1 ).skip( 0 ) | | 0 | 1 | 7 |
2 | db.towns.find( {"sef_url":"gans-ok"}, [] ).sort( [] ).limit( 1 ).skip( 0 ) | | 0 | 1 | 2 |
3 | db.pages.find( {"slug":{"$in":["hunting"]},"site.hostname":{"$in":["step"]},"type":"town"}, [] ).sort( [] ).limit( 1 ).skip( 0 ) | | 0 | 1 | 2 |
4 | db.modules.find( {"name":"Change City - Main Header"}, [] ).sort( [] ).limit( 1 ).skip( 0 ) | | 0 | 1 | 1 |
5 | db.articles.find( {"broadcastto":{"$in":["gans-ok","ok","usa"]},"publish_date":{"$lte":"MongoDate(0.93900000 1741961984)"},"tags":"hunt"}, [] ).sort( {"featured":-1,"publish_date":-1} ).limit( 2 ).skip( 0 ) | | 0 | 2 | 2 |
6 | db.articles.find( {"broadcastto":{"$in":["gans-ok","ok","usa"]},"publish_date":{"$lte":"MongoDate(0.93900000 1741961984)"},"article_id":{"$ne":1302},"tags":"hunt"}, [] ).sort( {"publish_date":-1} ).limit( 16 ).skip( 0 ) | | 0 | 16 | 2 |
7 | db.events_cache.find( {"_id":"037ab3c157ec4bea70d99dfb7c26b720"}, [] ).sort( [] ).limit( 1 ).skip( 0 ) | | 0 | 1 | 2 |
8 | db.modules.find( {"name":"Events Empty"}, [] ).sort( [] ).limit( 1 ).skip( 0 ) | | 0 | 0 | 2 |
9 | db.articles.find( {"broadcastto":{"$in":["gans-ok","ok","usa"]},"publish_date":{"$lte":"MongoDate(0.00600000 1741961985)"},"$or":[{"tags":"hunt"},{"tags":"hunt-featured"}]}, [] ).sort( {"featured":-1,"publish_date":-1} ).limit( 2 ).skip( 0 ) | | 0 | 2 | 2 |
10 | db.preserves.find( {"aggregate":[{"$geoNear":{"near":[-94.6948013305664,35.38759994506836],"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 | 8 | 38 |
11 | db.preserves.count( {"aggregate":[{"$geoNear":{"near":[-94.6948013305664,35.38759994506836],"distanceField":"distance","distanceMultiplier":3963.2,"maxDistance":0.025232135647961243,"spherical":true}}]} ) | | 0 | 8 | 11 |