Does anyone object to me removing the commit counts on the branch & tag buttons in the sidebar? They can be expensive to compute and I don't feel they add much value.
They're currently cached as part of the reindexing process, but I'd like to move away from that as much as possible, since it's been such a huge source of issues. If we really want the counts back at some point, we could potentially load them as AJAX or cache them in memcached, but I'd prefer to defer that if we even want to bother.
