1 | db.sites.find( {"hostname":{"$in":["step","localword"]}}, [] ).sort( [] ).limit( 1 ).skip( 0 ) | | 0 | 1 | 82 |
2 | db.towns.find( {"sef_url":"new-albany-pa"}, [] ).sort( [] ).limit( 1 ).skip( 0 ) | | 0 | 1 | 35 |
3 | db.pages.find( {"slug":{"$in":["motor-sports"]},"site.hostname":{"$in":["step"]},"type":"town"}, [] ).sort( [] ).limit( 1 ).skip( 0 ) | | 0 | 1 | 15 |
4 | db.modules.find( {"name":{"$in":["header menu","header script","footer menu","footer script"]}}, [] ).sort( [] ).limit( 0 ).skip( 0 ) | | 0 | 4 | 48 |
5 | db.articles.find( {"broadcastto":{"$in":["new-albany-pa","pa","usa"]},"publish_date":{"$lte":"MongoDate(0.49200000 1732336930)"},"tags":"motor-sports"}, [] ).sort( {"featured":-1,"publish_date":-1} ).limit( 2 ).skip( 0 ) | | 0 | 2 | 177 |
6 | db.articles.find( {"broadcastto":{"$in":["new-albany-pa","pa","usa"]},"publish_date":{"$lte":"MongoDate(0.49200000 1732336930)"},"article_id":{"$ne":1518},"tags":"motor-sports"}, [] ).sort( {"publish_date":-1} ).limit( 16 ).skip( 0 ) | | 0 | 16 | 28 |
7 | db.events_cache.find( {"_id":"14dd4ca9b451bc31ea35e851e345197b"}, [] ).sort( [] ).limit( 1 ).skip( 0 ) | | 0 | 1 | 28 |
8 | db.articles.find( {"broadcastto":{"$in":["new-albany-pa","pa","usa"]},"publish_date":{"$lte":"MongoDate(0.04700000 1732336931)"},"$or":[{"tags":"motor-sports"},{"tags":"motor-sports-featured"}]}, [] ).sort( {"featured":-1,"publish_date":-1} ).limit( 2 ).skip( 0 ) | | 0 | 2 | 10 |
9 | db.places.find( {"geo":{"$near":[-76.44219970703125,41.59769821166992],"$maxDistance":1.4492753623188406},"tags":"motor-sports"}, [] ).sort( [] ).limit( 10 ).skip( 0 ) | | 0 | 10 | 43 |
10 | db.places.count( {"geo":{"$near":[-76.44219970703125,41.59769821166992],"$maxDistance":1.4492753623188406},"tags":"motor-sports"} ) | | 0 | 20 | 16 |