1 | db.towns.find( {"sef_url":"wells-nv"}, [] ).sort( [] ).limit( 1 ).skip( 0 ) | | 0 | 1 | 34 |
2 | db.sites.find( {"hostname":{"$in":["step","localword"]}}, [] ).sort( [] ).limit( 1 ).skip( 0 ) | | 0 | 1 | 37 |
3 | db.towns.find( {"sef_url":"franklin-oh"}, [] ).sort( [] ).limit( 1 ).skip( 0 ) | | 0 | 1 | 37 |
4 | db.pages.find( {"slug":{"$in":["motor-sports"]},"site.hostname":{"$in":["step"]},"type":"town"}, [] ).sort( [] ).limit( 1 ).skip( 0 ) | | 0 | 1 | 4 |
5 | db.articles.find( {"broadcastto":{"$in":["franklin-oh","oh","usa"]},"publish_date":{"$lte":"MongoDate(0.42800000 1739767871)"},"tags":"motor-sports"}, [] ).sort( {"featured":-1,"publish_date":-1} ).limit( 2 ).skip( 0 ) | | 0 | 2 | 18 |
6 | db.articles.find( {"broadcastto":{"$in":["franklin-oh","oh","usa"]},"publish_date":{"$lte":"MongoDate(0.42700000 1739767871)"},"article_id":{"$ne":1518},"tags":"motor-sports"}, [] ).sort( {"publish_date":-1} ).limit( 16 ).skip( 0 ) | | 0 | 16 | 11 |
7 | db.events_cache.find( {"_id":"9f2d4bd21088293ee146391bdb724c2e"}, [] ).sort( [] ).limit( 1 ).skip( 0 ) | | 0 | 1 | 2 |
8 | db.articles.find( {"broadcastto":{"$in":["franklin-oh","oh","usa"]},"publish_date":{"$lte":"MongoDate(0.58300000 1739767871)"},"$or":[{"tags":"motor-sports"},{"tags":"motor-sports-featured"}]}, [] ).sort( {"featured":-1,"publish_date":-1} ).limit( 2 ).skip( 0 ) | | 0 | 2 | 23 |
9 | db.places.find( {"geo":{"$near":[-84.29940032958984,39.55400085449219],"$maxDistance":1.4492753623188406},"tags":"motor-sports"}, [] ).sort( [] ).limit( 10 ).skip( 0 ) | | 0 | 10 | 76 |
10 | db.places.count( {"geo":{"$near":[-84.29940032958984,39.55400085449219],"$maxDistance":1.4492753623188406},"tags":"motor-sports"} ) | | 0 | 18 | 33 |