1 | db.towns.find( {"sef_url":"bedford-ma"}, [] ).sort( [] ).limit( 1 ).skip( 0 ) | | 0 | 1 | 7 |
2 | db.sites.find( {"hostname":{"$in":["step","localword"]}}, [] ).sort( [] ).limit( 1 ).skip( 0 ) | | 0 | 1 | 2 |
3 | db.towns.find( {"sef_url":"littleton-co"}, [] ).sort( [] ).limit( 1 ).skip( 0 ) | | 0 | 1 | 1 |
4 | db.pages.find( {"slug":{"$in":["motor-sports"]},"site.hostname":{"$in":["step"]},"type":"town"}, [] ).sort( [] ).limit( 1 ).skip( 0 ) | | 0 | 1 | 2 |
5 | db.modules.find( {"name":{"$in":["header menu","header script","footer menu","footer script"]}}, [] ).sort( [] ).limit( 0 ).skip( 0 ) | | 0 | 4 | 2 |
6 | db.modules.find( {"name":"Ad - Top Header"}, [] ).sort( [] ).limit( 1 ).skip( 0 ) | | 0 | 1 | 2 |
7 | db.modules.find( {"name":"Change City - Main Header"}, [] ).sort( [] ).limit( 1 ).skip( 0 ) | | 0 | 1 | 2 |
8 | db.articles.find( {"broadcastto":{"$in":["littleton-co","co","usa"]},"publish_date":{"$lte":"MongoDate(0.12200000 1732687660)"},"tags":"motor-sports"}, [] ).sort( {"featured":-1,"publish_date":-1} ).limit( 2 ).skip( 0 ) | | 0 | 2 | 2 |
9 | db.articles.find( {"broadcastto":{"$in":["littleton-co","co","usa"]},"publish_date":{"$lte":"MongoDate(0.12100000 1732687660)"},"article_id":{"$ne":1518},"tags":"motor-sports"}, [] ).sort( {"publish_date":-1} ).limit( 16 ).skip( 0 ) | | 0 | 16 | 11 |
10 | db.events_cache.find( {"_id":"da67745917308f03338f4bf5fd18bd63"}, [] ).sort( [] ).limit( 1 ).skip( 0 ) | | 0 | 1 | 4 |
11 | db.articles.find( {"broadcastto":{"$in":["littleton-co","co","usa"]},"publish_date":{"$lte":"MongoDate(0.19700000 1732687660)"},"$or":[{"tags":"motor-sports"},{"tags":"motor-sports-featured"}]}, [] ).sort( {"featured":-1,"publish_date":-1} ).limit( 2 ).skip( 0 ) | | 0 | 2 | 2 |
12 | db.places.find( {"geo":{"$near":[-105.00700378417969,39.59619903564453],"$maxDistance":1.4492753623188406},"tags":"motor-sports"}, [] ).sort( [] ).limit( 10 ).skip( 0 ) | | 0 | 10 | 8 |
13 | db.places.count( {"geo":{"$near":[-105.00700378417969,39.59619903564453],"$maxDistance":1.4492753623188406},"tags":"motor-sports"} ) | | 0 | 10 | 6 |