AGHIJKLMNOPQRSTUVWXYZAAABACADAEAFAGAHAI
1

December , 2015November 2015October 2015September 2015August 2015July 2015*June 2015May 2015April 2015March 2015February 2015January 2015Data SourceNotesNet New
2
MDN visitors3,912,2473,978,8423,941,3013,863,9573,656,2733,768,9833,859,8673,831,4683,660,6264,179,5743,256,6673,259,405Google Analytics
3
MDN pageviews13,259,78013,780,70313,874,63013,371,59912,692,23113,079,47012,713,02612,444,54911,927,37613,190,99910,908,20910,822,109Google Analytics
4
MDN Learning Area traffic (users)78,4528004378440753856261558202528925008644701560775290136885Google Analytics
5
MDN doc contributors1,136110585390296611451176991862927901846Luke (db)Minimum one contribution per month

mysql> select count(distinct creator_id) from wiki_revision where created >= '2015-03-01' and created < '2015-04-01';
0.03%
6
New doc contributors784778528561612826885705547606486574Luke (db)select count(distinct creator_id) from wiki_revision where created >= '2015-01-01' and created < '2015-02-01' and creator_id not in (select distinct creator_id from wiki_revision where created < '2015-01-01');7,892
7
Multi-contribution contributors613567412438481557584512420473345430Luke (db)select creator_id, num from (select creator_id, count(id) as num from wiki_revision where created >= '2015-01-01' and created < '2015-02-01' group by creator_id) as creator_counts where num > 1;
8
# of edits monthly8,739108178302905868473006112382666283317550156959013Luke (db)select count(id) from wiki_revision where created >= '2015-01-01' and created < '2015-02-01';6483.081667
9
# edits daily (average)2913612773022281,002413222278252523300
10
11
Dev Doc needed bugs, % closed83.74%
12
13
Newsletter Subscribers86,1006884759561Havi (Newsletter: Apps & Hacks Newsletter/Exact Target)26,539
14
New MDN Registrations6,73986776835645974097663732475166481689458796184Luke (db)mysql> select count(*) from auth_user where date_joined > '<date>';84,060
15
16
SOCIAL
17
@MozHacks Followers82,30071,75770,10069100
18
@MozAppsDev Followers30,90029,05328,60028200
19
@MozDevNet (was @NewOnMDN) Followers2,1972,1312,0001,8601,6051,4971,2721,1741070102310101002Janet/ Ali / Diane (anyone w/ web access ;)
20
New @MozDevNet Followers66131140255108225981563111612
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97