| 1 | db.towns.find( {"sef_url":"carlisle-ky"}, [] ).sort( [] ).limit( 1 ).skip( 0 ) | | 0 | 1 | 4 |
| 2 | db.sites.find( {"hostname":{"$in":["step","localword"]}}, [] ).sort( [] ).limit( 1 ).skip( 0 ) | | 0 | 1 | 2 |
| 3 | db.towns.find( {"sef_url":"sharon-springs-ny"}, [] ).sort( [] ).limit( 1 ).skip( 0 ) | | 0 | 1 | 1 |
| 4 | db.pages.find( {"slug":{"$in":["places-to-swim"]},"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 | 1 |
| 7 | db.modules.find( {"name":"Change City - Main Header"}, [] ).sort( [] ).limit( 1 ).skip( 0 ) | | 0 | 1 | 2 |
| 8 | db.articles.find( {"broadcastto":{"$in":["sharon-springs-ny","ny","usa"]},"publish_date":{"$lte":"MongoDate(0.57500000 1767048372)"},"tags":"water-sports"}, [] ).sort( {"publish_date":-1} ).limit( 16 ).skip( 0 ) | | 0 | 16 | 6 |
| 9 | db.events_cache.find( {"_id":"d40201b2ad0470e4d66ede2e7669d09a"}, [] ).sort( [] ).limit( 1 ).skip( 0 ) | | 0 | 1 | 2 |
| 10 | db.modules.find( {"name":"Events Empty"}, [] ).sort( [] ).limit( 1 ).skip( 0 ) | | 0 | 0 | 2 |
| 11 | db.places.find( {"geo":{"$near":[-74.61759948730469,42.79439926147461],"$maxDistance":1.4492753623188406},"tags":"swim-place"}, [] ).sort( [] ).limit( 10 ).skip( 0 ) | | 0 | 10 | 8 |
| 12 | db.places.count( {"geo":{"$near":[-74.61759948730469,42.79439926147461],"$maxDistance":1.4492753623188406},"tags":"swim-place"} ) | | 0 | 28 | 13 |