Page MenuHomePhabricator

interwiki.py for categories in core is significantly slower than in compat
Closed, ResolvedPublic

Description

Comparison of core and compat

compat:
interwiki.py -family:wiktionary -subcatsr:Angličtina -cleanup -async -whenneeded:5 -lang:cs

ca 10 min

core:
pwb.py interwiki.py -family:wiktionary -subcatsr:Angličtina -cleanup -async -whenneeded:5 -lang:cs
ca 15 min

when running for main namespace with -wiktionary, core is quicker, but for categories is it reverse.

Event Timeline

JAnD raised the priority of this task from to High.
JAnD updated the task description. (Show Details)
JAnD subscribed.
Restricted Application added subscribers: Aklapper, Unknown Object (MLST). · View Herald TranscriptJun 10 2015, 6:45 PM

I noticed it myself yesterday. The process seems to hang when retrieving pages from a wiki.
I.e., just after showing messages such as:

Retrieving 26 pages from wiktionary:pt.

Also:

Xqt assigned this task to Malafaya.
Xqt subscribed.

Seems fixed with the given patches