Page MenuHomePhabricator

Re-calculate metrics post Special:Mute deployment
Closed, ResolvedPublic

Assigned To
Authored By
jwang
Feb 10 2020, 7:46 PM
Referenced Files
F32197978: image.png
Aug 27 2020, 9:44 PM
F31962349: image.png
Aug 3 2020, 10:46 PM
F31769488: image.png
Apr 20 2020, 11:47 PM

Description

AHT plan to launch special mute in the week of February 8, 2020. I will re-calculate metrics a couple of months after deployment.

Event Timeline

FYI Special:Mute has been launched on all wikis today.

Two months after Special Mute launch, it's time to recalculate the usage of preference mute, and analyze the adoption of special mute.

  1. The trend of mute by preference setting is flat with a slight increase.

image.png (572×1 px, 124 KB)

  1. The usage of special mute after launch.
month_nspecial_mute
2108
3108
  1. In the special mute page, there are 2 options to select: mute notifications and mute email. What's the user's preference one over another or both?
selectioncount
email_and_notifi84
email_only42
notifi_only65
un_mute25

This is interesting, @jwang. Thanks for pulling this data together. Per our discussion today, let's keep this task open so we can check back on these metrics in a couple months.

Six months after Special Mute launch, it's time to recalculate the usage of preference mute, and analyze the adoption of special mute.

The trend of mute by preference setting increased. It increased significantly in June 2020 and July 2020. The growth is mainly from Italian Wikipedia. It turned out not from special mute as the prefupdate table does not capture special mute. (discussed in https://phabricator.wikimedia.org/T261461)

image.png (278×795 px, 52 KB)

Top 10 mute usage by wiki in 2020-06

wikimute_count
itwiki160
enwiki58
commonswiki11
arwiki8
jawiki8
eswiki8
zhwiki7
mediawikiwiki6
frwiki6
ruwiki5

Top 10 mute usage by wiki in 2020-07

wikimute_count
itwiki611
enwiki59
frwiki24
ruwiki8
mediawikiwiki8
eswiki6
jawiki6
zhwiki5
kowiki5
commonswiki4

The usage of special mute after launch.

month_nspecial_mute
2108
3108
6123
7147

In the special mute page, there are 2 options to select: mute notifications and mute email. What's the user's preference one over another or both?
Based on the data of Jun 2020 and July 2020, the selections distributed as below:

selectioncount
email_and_notifi83
email_only35
notifi_only133
un_mute19

To answer a follow-up question: is the inflation in mute usage relevant to special mute?
No. Special mute usage is recorded in table event.specialmutessubmit. In event.specialmutessubmit, itwiki only have 3 special mutes in June and 0 in July.
Mute by preference is recorded in table event_sanitized.prefupdate. Based on the event timestamp, I don't see event in table prefupdate is in table specialmutessubmit.

Niharika reopened this task as Open.

Reopening until we know how to include data in prefupdate table.

@Niharika

I have created a ticket to discuss including data in prefupdate table. (https://phabricator.wikimedia.org/T261461)

Also I re-ran the data and updated above chart as I found prefupdate table has some change on event value logging since July 10,2020. So I need to adjust my sql to include all events. Only data of July was impacted.

I am going to close this ticket thread as we have another ticket to track the remaining question.