We’ve added a new stats tab to the tag view that shows some basic statistics within the tag(s). Here’s what it looks like for /questions/tagged/iphone:

The number next to the user names reflects the number of non-community wiki answer upvotes for each user. This is the same algorithm used to award the tag-based badges, so if you ever wondered how close you are to getting one of those badges, now you know!
The intent here is to highlight Stack Overflow and Server Fault users who are actively contributing within specific tags, even if they don’t have giant reputation scores across the entire site.
- We may add some more tag-based statistics here; what do you think makes sense to show?
- We’re considering some sort of monthly league, but I’d prefer to see it at the tag level rather than at the site level, to highlight those new and up and coming contributors in specific domain areas.
This is just the first pass; I expect us to refine and improve this feature over the next week or so.



June 1st, 2009 at 3:46 am
I like the woot! badge, is that one new?
June 1st, 2009 at 3:49 am
Very cool. In terms of “more statistics” – it would be nice to know how many answers those votes were distributed over. So suppose I’d answered 3 questions and received 3, 4 and 5 votes for them, it could show
15 (3) Jon Skeet
There may well be a clearer way of formatting it though – perhaps even with a line:
15 Jon Skeet
–
3
It might also be fun to show a graph of the question frequency for a tag over time – an interesting way of seeing trends, particularly if you could overlay graphs for multiple tags.
Jon
June 1st, 2009 at 4:03 am
“This is the same algorithm used to award the tag-based badges, so if you ever wondered how close you are to getting one of those badges, now you know!”
Well not if you’re wanting to fnd out you c# one since all those visible already have Silver and the top 5 have gold.
Perhaps including the current user in as well would be nice…
June 1st, 2009 at 4:21 am
Shiny!
June 1st, 2009 at 4:50 am
+1 for always showing the current user.
June 1st, 2009 at 5:08 am
@Jon – for you surely it already does ;)
June 1st, 2009 at 5:23 am
@Shuggy: I have to admit I was tempted to answer with “Doesn’t it already show the current user and everyone else after that?” but I thought it *might* be misconstrued ;)
June 1st, 2009 at 5:39 am
+1 for always showing the current user (or making the page size tweakable, as it appears to be but isn’t – what’s that pagesize parameter for?)
June 1st, 2009 at 5:45 am
Something’s a little goofy: check the sqlserver2008 tag. I’m leading this month with 18, but I don’t show at all on the all-time side, which ranges from 39 to 14. With 18 just this month I should show up there somewhere.
June 1st, 2009 at 5:51 am
Wow, this kicks butt. The next thing we need is the Twitter handle for each person listed. This is a great way to meet people who share the same interests.
June 1st, 2009 at 6:01 am
Very nice!
It makes me realize just how far out in front Jon Skeet is. For instance, take ‘java’: http://stackoverflow.com/questions/tagged/java . I’m #2 (yay me!) — a mere 2200 votes back.
But on the other hand, maybe he’s slowing down; Marc Gravell is leading the c# standings this month (http://stackoverflow.com/questions/tagged/c%23 ).
Anyway, I must go now. I have to go and find out how many tags I appear on the leaderboard of. :D
June 1st, 2009 at 6:05 am
Minor visual inconsistency – comma separator is missing from user-specific stats.
23,229 All Time
9016 Jon Skeet
June 1st, 2009 at 6:08 am
@mmyers would be neat if the tag rank were displayed for each tag displayed on your user page…
June 1st, 2009 at 6:48 am
How was this UV (http://stackoverflow.uservoice.com/pages/1722-general/suggestions/202137-add-my-rank-to-my-user-page-) rejected as being too “explicitly game-like” when you’re releasing rankings of top taggers and thinking about a monthly reputation leage?
June 1st, 2009 at 6:54 am
Viewing a tag stats page breaks the remembered sort order for questions and shows you the votes sort order rather than what ever you normally look at (new, active, whatever).
I created a uservoice item: http://stackoverflow.uservoice.com/pages/1722-general/suggestions/204237-tag-stats-tab-breaks-remembered-tab-
June 1st, 2009 at 9:47 am
This would be a good place to include who created the tag, information which I believe is still not available anywhere else despite there being a badge for it.
June 1st, 2009 at 12:28 pm
For every Nth metric, you have N new metrics to obtain from the new metric and old metrics combination :)
June 1st, 2009 at 2:30 pm
Is it intentional that the stats page title says »Hottest questions«? Shouldn’t it be something like »Statistics for questions«?
June 1st, 2009 at 2:37 pm
cool feature would be the same thing with questions :D i bet that there are some people that asked 500 java questions to game the system. this could be funny to see, please implement it.
June 1st, 2009 at 5:19 pm
I personally think this is way cooler and of way more value than any reputation league (overall, monthly or otherwise) so kudos for that.
I think a user-centric view would be of value so someone could see where they are across all their tags.
June 1st, 2009 at 6:47 pm
Awesome new feature! I was actually thinking about this for the past week or two, and I would have put it up on UserVoice if I had any votes left.
It’s also nice to know I finally broke the halfway mark to a MATLAB badge. =)
June 1st, 2009 at 6:55 pm
@Jon: I see you’re only one days worth of votes away from getting the illustrious first gold “subjective” badge. ;)
June 1st, 2009 at 10:16 pm
@gnovice: Yes, I noticed that. Don’t worry, I won’t go *looking* for subjective questions to answer :)
Jon
June 1st, 2009 at 11:22 pm
ok, updated version is deployed :
- current user (if logged in) will always appear in the topn list *IF* you have at least 1 score
- number of answers is also displayed
I need to also display top “askers” within a tag, I forgot to do that.. so expect that tonight or tomorrow.
June 2nd, 2009 at 12:21 am
Fabulous :)
The number of answers doesn’t quite tally with the number displayed on the user page though – for instance, currently my user page suggests my count for C# is 1821, but the C# tag shows 1759. I could understand if the discrepancy were to do with questions rather than answers, but I haven’t asked that many questions :)
Is one of them a count of “the number of questions the user has answered” and the other is “the number of answers the user has provided”? i.e. the difference is due to questions with more than one answer by the same user?
Not a big problem obviously – I’m more curious than anything else. Great to see such a quick turnaround!
Jon
June 2nd, 2009 at 1:27 am
only non-community wiki data (questions/answers) is shown on that page — is that what you’re referring to?
June 2nd, 2009 at 2:07 am
Ah yes, that’s probably it.
June 2nd, 2009 at 2:36 am
Very nice! I like the recent 30 days stats as well as all time, it allows everybody a chance to be top of their class in *some* topic.
One little bug: After viewing the stats for a tag, clicking on the Questions button at the top returns to the question page, but no tab is highlighted. I presume that is because there is no corresponding “Stats” tab for the Questions page, and the tab prefers to be sticky.
June 2nd, 2009 at 5:33 am
Great stuff, i really like this.
Keep up the good works :)
June 2nd, 2009 at 5:39 am
It’s not clear why there are 2 columns with numbers, I’d add some caption to specify which is as asker and which as answerer
June 2nd, 2009 at 5:56 am
@Juan: It’s not “asker” and “answerer” – it’s “votes” and “answers”. But yes, a caption might help :)
June 2nd, 2009 at 6:37 am
I think the “answers” column refers to the number of non-wiki answers that have at least 1 upvote. I don’t think it tallies answers that are still at 0 upvotes.
June 2nd, 2009 at 8:54 am
> what do you think makes sense to show?
One addition, that’s not too far-fetched, I think, would be to (explicitly) show badge statistics for that speficic tag.
Like how many silver/gold badges of that type have been awarded in all (also provide link to the related badge page, e.g. http://stackoverflow.com/badges/67/iphone). And highlight it somehow (colours, background, icons, whatever) in the user list if a user has a bagde for that particular tag. (Perhaps also if he exceeds 400 or 1000 upvotes for a *set of tags*, like 5 people now do on questions/tagged/c%23+.net)
June 2nd, 2009 at 9:03 am
@Jonik: Isn’t it pretty easy to tell the users with gold/silver badges for that tag? Just look at the numbers – if they’re 1000+, that means a gold badge; if they’re 400+, that means silver.
June 2nd, 2009 at 9:56 am
@Jon: Yes, it’s pretty easy, but sometimes being explicit may be better than being implicit… Also, I bet many people who use SO less than you (or I) do not know of these magic numbers 400 and 1000. ;)
(Regarding showing total numbers: that would be especially useful when there are more users with badges than fit in the top users list.)
June 2nd, 2009 at 1:17 pm
I can honestly say this is hands down my favorite feature to come out of StackOverflow since I started using it. Very, very awesome. Thanks for doing this!
June 2nd, 2009 at 3:04 pm
I love this new feature. I’m on the list for at least 5 tags. :) It would be nice if in my profile it would list the tags that I am on the list for.
June 2nd, 2009 at 7:44 pm
Thinking about it some, I think there should be a Gold Badge for being the all-time leader of a popular tag. This would obviously be taken away if someone ever passes you. You can define popular however you want, but I think it is way more noteworthy to be all time leader in a tag than to have posted a xkcd comic this one time in a question.
June 2nd, 2009 at 11:26 pm
@Paolo: While I see your point, I’m not sure it’s a really good idea – you’re already likely to have a gold badge for that topic anyway. It would be the first badge (that I’m aware of) that could be removed, too. (Does Populist get taken away if the accepted answer changes?)
I’d also add that it would be slightly silly in my case. Currently I have 11 gold badges… and this would add an extra 38 (if all the tags in the first page of the list on my user profile counted as “popular”). Does *anyone* really want that to happen? It feels like double-counting to me, particularly as a lot of the time there’d be similar tags which gained votes from the same question.
Jon
June 3rd, 2009 at 12:29 am
@Jon: Well by popular tag I meant something a little more exclusive – something like the top 25 tags in the site maybe or tags with 2500+ questions or something. So it’d only be introducing a new 25 gold badges or so, growing with the site. While it is true that most of the time the user will already have a gold badge for that tag, being the all time leader is a distinction that becomes more important the more the site grows. I mean, as it is right now, c# already has 5 gold badges and a whopping 30 silver badges. Being the leader of the pack screams a badge.
Full disclosure: I am a little biased as I currently have no Gold badges and would gain 3, maybe 4 from this. I do think the double counting is a valid concern, but as far as badges go I think this would be about as deserved as it gets, especially considering that Gold badges are almost never awarded for actual programming knowledge (http://stackoverflow.uservoice.com/pages/1722-general/suggestions/165033-gold-badges-are-virtually-never-awarded-for-real-questions).
All that being said, I don’t see Jeff doing this, but it’d be nice. Aside from that, I do think there needs to be a lot of new badges – not gold but silver and bronze badges for simple things like first accepted answer to things like X total accepted answers, etc. As silly as they are badges are a driving factor for a lot of people and there’s a lot of wasted “events” without a badge right now.
June 3rd, 2009 at 12:29 am
I like this feature but the placement is rather awkward and not terribly intuitive. There should at least be another path to get to it. Perhaps a stats page that lists tags and then you can click on them (or type to select as per the normal tags page)?
The reason I say this is my sort order of questions is always Newest. To go to, say, the java stats page I have to go:
- Click on a java tag;
- Click on the ’stats’ tab;
But then if I click on Questions my list is now sorted by Votes for some reason so I have to click on Newest again. It’s kind of irritating.
As an alternative, maybe the tags page should have two settings/views: questions and stats, rather than the stats being a tab on questions, which is more odd now that I think about it: the rest of the tabs affect sort order of questions. Stats is unrelated. It just seems to have been put there for lack of anywhere else to put it.
Like I said: I like the feature and the changes coming but the UI (imho) needs tweaking and it should be easier to get to with less/no side effects.
June 3rd, 2009 at 2:42 am
Cletus, good feedback. I agree.
I added answer counts to the tag stats just now, as well as tooltips for the numbers.
We also cache the queries so subsequent runs should be faster.
I plan to add the “who created this tag and when” too but that’ll have to wait until tomorrow.
June 3rd, 2009 at 11:59 am
It looks like we lost the current user in the update to include the top askers.
June 3rd, 2009 at 12:01 pm
Scratch that last comment. I don’t know what I was looking at.
June 3rd, 2009 at 2:56 pm
@Bill
No, you were right. I think it has something to do with the caching. For example, when I visit the stats for the “php” tag, I see at the bottom of “Top php answerers” the user Magic Hat, where instead I should see my own username and stats (as I know that I’ve answered a few PHP questions).
June 3rd, 2009 at 3:28 pm
oh, yeah. bug. I forgot there was user-specific info in there :P I’ll fix it, and add the tag metadata.