Querying BulkArea for an entire state is slow. this is because of the N+1 problem when querying for media, climbs, and organizations for each area. To improve perfomance, we should update the code to use a JOIN query to get all the data (areas, climbs, media, organizations), in one query.