| 1 | db.towns.find( {"sef_url":"kingston-ny"}, [] ).sort( [] ).limit( 1 ).skip( 0 ) | | 0 | 1 | 4 |
| 2 | db.towns.find( {"sef_url":"kingston-ny"}, [] ).sort( [] ).limit( 1 ).skip( 0 ) | | 0 | 1 | 1 |
| 3 | db.tokens.find( {"sef_url":{"$in":["usa","ny","ulster-county-ny","kingston-ny"]}}, [] ).sort( [] ).limit( 0 ).skip( 0 ) | | 0 | 4 | 1 |
| 4 | db.events_cache.find( {"_id":"775b62a06eb5820878e99324b16c6b85"}, [] ).sort( [] ).limit( 1 ).skip( 0 ) | | 0 | 0 | 2 |
| 5 | db.events.find( {"start":{"$gte":"MongoDate(0.00000000 1765173600)"},"tags":"halloween-event","geo":{"$geoWithin":{"$center":[[-73.99759674072266,41.927101135253906],1.0869565217391304]}}}, ["location_string","event_id","partner_id","address","sef_tail","tags","title","start","end","date_string","time_string","image_url","group_id","group_name","group_sef_tail","venue_name"] ).sort( {"start":1} ).limit( 11 ).skip( 0 ) | | 0 | 0 | 2 |
| 6 | db.events_cache.count( {"_id":"775b62a06eb5820878e99324b16c6b85"} ) | | 0 | 0 | 1 |
| 7 | db.events_cache.insert( {"_id":"775b62a06eb5820878e99324b16c6b85","town_sef_url":"kingston-ny","data_key":[],"sort_order":{"start":1},"params":"{\"show\":10,\"title\":\"Find New York Halloween Events!\",\"tags\":\"halloween-event\",\"radius\":75,\"keyword\":\"\",\"limit\":15,\"page\":1,\"sef\":\"\",\"tags_logical\":\"\",\"terms\":\"\",\"show_limit\":3,\"sort\":\"\",\"days\":\"\",\"images\":true,\"max-days\":365,\"max-miles\":45,\"message\":\"[message to follow]\",\"min\":50,\"prompt\":\"\",\"height\":\"\",\"width\":\"\",\"data_id\":\"\",\"more\":true,\"type\":\"\",\"autoshowmore\":false,\"link\":\"\",\"showdesc\":\"\",\"rankby\":\"\",\"empty-message\":\"\",\"ad_slots\":\"\",\"see-more-title\":\"\",\"searchdate\":\"\",\"searchenddate\":\"\",\"lat\":41.927101135253906,\"lng\":-73.99759674072266,\"latlng\":\"41.927101135254,-73.997596740723\",\"city\":\"Kingston\",\"state\":\"NY\",\"theme\":\"\",\"page_type\":\"town\",\"grouped\":false,\"has_next_page\":false}","modified":"MongoDate(0.76600000 1765189420)","created":"MongoDate(0.76600000 1765189420)"} , true) | | 0 | 0 | 2 |
| 8 | db.places.find( {"geo":{"$near":[-73.99759674072266,41.927101135253906],"$maxDistance":1.0869565217391304},"tags":"haunted"}, [] ).sort( [] ).limit( 11 ).skip( 0 ) | | 0 | 11 | 60 |
| 9 | db.news.find( {"broadcast":{"$in":["usa","kingston-ny","ny","ulster-county-ny"]}}, [] ).sort( {"publish_date":-1} ).limit( 4 ).skip( 0 ) | | 0 | 4 | 2 |