1 | db.towns.find( {"sef_url":"jacobsburg-oh"}, [] ).sort( [] ).limit( 1 ).skip( 0 ) | | 0 | 1 | 23 |
2 | db.pages.find( {"slug":{"$in":["hiking"]},"site.hostname":{"$in":["step"]},"type":"town"}, [] ).sort( [] ).limit( 1 ).skip( 0 ) | | 0 | 1 | 40 |
3 | db.modules.find( {"name":{"$in":["header menu","header script","footer menu","footer script"]}}, [] ).sort( [] ).limit( 0 ).skip( 0 ) | | 0 | 4 | 2 |
4 | db.modules.find( {"name":"Ad - Top Header"}, [] ).sort( [] ).limit( 1 ).skip( 0 ) | | 0 | 1 | 13 |
5 | db.modules.find( {"name":"Change City - Main Header"}, [] ).sort( [] ).limit( 1 ).skip( 0 ) | | 0 | 1 | 1 |
6 | db.articles.find( {"broadcastto":{"$in":["jacobsburg-oh","oh","usa"]},"publish_date":{"$lte":"MongoDate(0.85300000 1732336086)"},"tags":"hiking"}, [] ).sort( {"featured":-1,"publish_date":-1} ).limit( 2 ).skip( 0 ) | | 0 | 2 | 34 |
7 | db.articles.find( {"broadcastto":{"$in":["jacobsburg-oh","oh","usa"]},"publish_date":{"$lte":"MongoDate(0.85300000 1732336086)"},"article_id":{"$ne":1278},"tags":"hiking"}, [] ).sort( {"publish_date":-1} ).limit( 16 ).skip( 0 ) | | 0 | 16 | 11 |
8 | db.events_cache.find( {"_id":"357ecfdf7e0d1e50c8188b777aa4e219"}, [] ).sort( [] ).limit( 1 ).skip( 0 ) | | 0 | 1 | 148 |
9 | db.articles.find( {"broadcastto":{"$in":["jacobsburg-oh","oh","usa"]},"publish_date":{"$lte":"MongoDate(0.15600000 1732336087)"},"$or":[{"tags":"hiking"},{"tags":"hiking-featured"}]}, [] ).sort( {"featured":-1,"publish_date":-1} ).limit( 2 ).skip( 0 ) | | 0 | 2 | 16 |
10 | db.places.find( {"geo":{"$near":[-80.90840148925781,39.967201232910156],"$maxDistance":1.4492753623188406},"tags":"hiking"}, [] ).sort( [] ).limit( 10 ).skip( 0 ) | | 0 | 10 | 39 |
11 | db.places.count( {"geo":{"$near":[-80.90840148925781,39.967201232910156],"$maxDistance":1.4492753623188406},"tags":"hiking"} ) | | 0 | 76 | 34 |