| 1 | db.towns.find( {"sef_url":"crescent-city-fl"}, [] ).sort( [] ).limit( 1 ).skip( 0 ) | | 0 | 1 | 5 |
| 2 | db.sites.find( {"hostname":{"$in":["step","localword"]}}, [] ).sort( [] ).limit( 1 ).skip( 0 ) | | 0 | 1 | 2 |
| 3 | db.towns.find( {"sef_url":"osceola-wi"}, [] ).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 | 4 |
| 5 | db.articles.find( {"broadcastto":{"$in":["osceola-wi","wi","usa"]},"publish_date":{"$lte":"MongoDate(0.79100000 1765103450)"},"tags":"motor-sports"}, [] ).sort( {"featured":-1,"publish_date":-1} ).limit( 2 ).skip( 0 ) | | 0 | 2 | 1 |
| 6 | db.articles.find( {"broadcastto":{"$in":["osceola-wi","wi","usa"]},"publish_date":{"$lte":"MongoDate(0.79100000 1765103450)"},"article_id":{"$ne":36},"tags":"motor-sports"}, [] ).sort( {"publish_date":-1} ).limit( 16 ).skip( 0 ) | | 0 | 16 | 9 |
| 7 | db.events_cache.find( {"_id":"13880b268e0216c1678d5ed5e914a3b9"}, [] ).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":["osceola-wi","wi","usa"]},"publish_date":{"$lte":"MongoDate(0.84800000 1765103450)"},"$or":[{"tags":"motor-sports"},{"tags":"motor-sports-featured"}]}, [] ).sort( {"featured":-1,"publish_date":-1} ).limit( 2 ).skip( 0 ) | | 0 | 2 | 2 |
| 10 | db.places.find( {"geo":{"$near":[-92.69750213623047,45.3213005065918],"$maxDistance":1.4492753623188406},"tags":"motor-sports"}, [] ).sort( [] ).limit( 10 ).skip( 0 ) | | 0 | 0 | 6 |
| 11 | db.places.count( {"geo":{"$near":[-92.69750213623047,45.3213005065918],"$maxDistance":1.4492753623188406},"tags":"motor-sports"} ) | | 0 | 0 | 2 |