eranroz added a comment.

Now that T172905 is deployed I did few minor changes in hewiki Lua modules (1, 2) and was able to reduce the X usage by more than 50% (still counting - not all pages refreshed).

Before:

select eu_aspect, count(*) from wbc_entity_usage group by eu_aspect ;
+-----------+----------+
| eu_aspect | count(*) |
+-----------+----------+
| L         |        1 |
| L.en      |    16330 |
| L.he      |   204341 |
| O         |   182784 |
| S         |   285360 |
| T         |   220551 |
| X         |   213307 |
+-----------+----------+

After (~9 hours after):

+-----------+----------+
| eu_aspect | count(*) |
+-----------+----------+
| L         |        1 |
| L.en      |    45705 |
| L.he      |   299934 |
| O         |   253234 |
| S         |   285378 |
| T         |   277941 |
| X         |   100303 |
+-----------+----------+

(note the increase in O in favor of X).


TASK DETAIL
https://phabricator.wikimedia.org/T173032

EMAIL PREFERENCES
https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: eranroz
Cc: hoo, Doc_James, PokestarFan, eranroz, Izno, Oliv0, Ltrlg, Scott_WUaS, Danmichaelo, CennoxX, Liuxinyu970226, aude, Lydia_Pintscher, daniel, Aklapper, Halfak, GoranSMilovanovic, QZanden, Wikidata-bugs, Mbch331
_______________________________________________
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs

Reply via email to