When profiling tile generation with New Relic we found that we're making 2 hstore related requests when we should just be making 1. Each DB request slows down tile generation, less would be better!
- is there a simple config change to cache the first requester?
- If not, can we remove this altogether?
Complication? Right now we have two different hstore queries related to OpenStreetMap and Who's On First (those probably need to be standardized).