| 1 | db.towns.find( {"sef_url":"river-falls-al"}, [] ).sort( [] ).limit( 1 ).skip( 0 ) | | 0 | 1 | 4 |
| 2 | db.sites.find( {"hostname":{"$in":["step","localword"]}}, [] ).sort( [] ).limit( 1 ).skip( 0 ) | | 0 | 1 | 3 |
| 3 | db.towns.find( {"sef_url":"demorest-ga"}, [] ).sort( [] ).limit( 1 ).skip( 0 ) | | 0 | 1 | 2 |
| 4 | db.pages.find( {"slug":{"$in":["water-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 | 1 |
| 8 | db.articles.find( {"broadcastto":{"$in":["demorest-ga","ga","usa"]},"publish_date":{"$lte":"MongoDate(0.26100000 1765123609)"},"tags":"water-sports"}, [] ).sort( {"featured":-1,"publish_date":-1} ).limit( 2 ).skip( 0 ) | | 0 | 2 | 1 |
| 9 | db.articles.find( {"broadcastto":{"$in":["demorest-ga","ga","usa"]},"publish_date":{"$lte":"MongoDate(0.26100000 1765123609)"},"article_id":{"$ne":1340},"tags":"water-sports"}, [] ).sort( {"publish_date":-1} ).limit( 16 ).skip( 0 ) | | 0 | 16 | 8 |
| 10 | db.events_cache.find( {"_id":"1fb445ae5e5efb605561b1e7c218ba04"}, [] ).sort( [] ).limit( 1 ).skip( 0 ) | | 0 | 1 | 2 |
| 11 | db.articles.find( {"broadcastto":{"$in":["demorest-ga","ga","usa"]},"publish_date":{"$lte":"MongoDate(0.30500000 1765123609)"},"$or":[{"tags":"water-sports"},{"tags":"water-sports-featured"}]}, [] ).sort( {"featured":-1,"publish_date":-1} ).limit( 2 ).skip( 0 ) | | 0 | 2 | 2 |
| 12 | db.places.find( {"geo":{"$near":[-83.5447006225586,34.56549835205078],"$maxDistance":1.4492753623188406},"tags":"water-sports"}, [] ).sort( [] ).limit( 10 ).skip( 0 ) | | 0 | 0 | 2 |
| 13 | db.places.count( {"geo":{"$near":[-83.5447006225586,34.56549835205078],"$maxDistance":1.4492753623188406},"tags":"water-sports"} ) | | 0 | 0 | 1 |