1 | db.towns.find( {"sef_url":"columbiana-oh"}, [] ).sort( [] ).limit( 1 ).skip( 0 ) | | 0 | 1 | 8 |
2 | db.pages.find( {"slug":{"$in":["winter-sports"]},"site.hostname":{"$in":["step"]},"type":"town"}, [] ).sort( [] ).limit( 1 ).skip( 0 ) | | 0 | 1 | 4 |
3 | db.modules.find( {"name":{"$in":["header menu","header script","footer menu","footer script"]}}, [] ).sort( [] ).limit( 0 ).skip( 0 ) | | 0 | 4 | 6 |
4 | db.modules.find( {"name":"Ad - Top Header"}, [] ).sort( [] ).limit( 1 ).skip( 0 ) | | 0 | 1 | 9 |
5 | db.modules.find( {"name":"Change City - Main Header"}, [] ).sort( [] ).limit( 1 ).skip( 0 ) | | 0 | 1 | 2 |
6 | db.articles.find( {"broadcastto":{"$in":["columbiana-oh","oh","usa"]},"publish_date":{"$lte":"MongoDate(0.06100000 1738323720)"},"tags":"winter-sports"}, [] ).sort( {"featured":-1,"publish_date":-1} ).limit( 2 ).skip( 0 ) | | 0 | 2 | 3 |
7 | db.articles.find( {"broadcastto":{"$in":["columbiana-oh","oh","usa"]},"publish_date":{"$lte":"MongoDate(0.06000000 1738323720)"},"article_id":{"$ne":1465},"tags":"winter-sports"}, [] ).sort( {"publish_date":-1} ).limit( 16 ).skip( 0 ) | | 0 | 16 | 12 |
8 | db.events_cache.find( {"_id":"d9167637551e91fbec310c07b3b7552f"}, [] ).sort( [] ).limit( 1 ).skip( 0 ) | | 0 | 1 | 2 |
9 | db.modules.find( {"name":"Events Empty"}, [] ).sort( [] ).limit( 1 ).skip( 0 ) | | 0 | 0 | 2 |
10 | db.articles.find( {"broadcastto":{"$in":["columbiana-oh","oh","usa"]},"publish_date":{"$lte":"MongoDate(0.14900000 1738323720)"},"$or":[{"tags":"winter-sports"},{"tags":"winter-sports-featured"}]}, [] ).sort( {"featured":-1,"publish_date":-1} ).limit( 2 ).skip( 0 ) | | 0 | 2 | 6 |
11 | db.places.find( {"geo":{"$near":[-80.6885986328125,40.8838996887207],"$maxDistance":1.4492753623188406},"tags":"winter-sports"}, [] ).sort( [] ).limit( 10 ).skip( 0 ) | | 0 | 10 | 9 |
12 | db.places.count( {"geo":{"$near":[-80.6885986328125,40.8838996887207],"$maxDistance":1.4492753623188406},"tags":"winter-sports"} ) | | 0 | 95 | 10 |