Bugreporter added a comment.
In T226157#6756845 <https://phabricator.wikimedia.org/T226157#6756845>, @gerritbot wrote: > Change 656997 had a related patch set uploaded (by Xqt; owner: Xqt): > [pywikibot/core@master] [maintenance] Add a preload_sites.py script to preload site informations > > https://gerrit.wikimedia.org/r/656997 This still does not handle a problem: A user is usually not registered in all wikis, and querying data without a user account will result in error. In addition, the first load of site informations is still slow. There are two things to be done: 1. Allow page object be lazy loaded (not to be confuse with preload), so that no site object is created at all. Usually when user querying an item only few or no sitelink is actually used. 2. Introduce an "anonymouse mode" in Pywikibot, i.e. allow script to fetch site or page information (as read-only) without a registered account. TASK DETAIL https://phabricator.wikimedia.org/T226157 EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/panel/emailpreferences/ To: Bugreporter Cc: Bugreporter, Chicocvenancio, Xqt, Lokal_Profil, Aklapper, matej_suchanek, pywikibot-bugs-list, JohnsonLee01, SHEKH, Dijkstra, Alter-paule, Beast1978, Un1tY, Khutuck, Zkhalido, Hook696, Kent7301, joker88john, Viztor, CucyNoiD, Wenyi, Gaboe420, Giuliamocci, Cpaulf30, Af420, Darkminds3113, Bsandipan, Jayprakash12345, Tbscho, MayS, Vali.matei, Lewizho99, Mdupont, JJMC89, Maathavan, Dvorapa, Altostratus, Avicennasis, Volker_E, Wong128hk, mys_721tx, GWicke, Dinoguy1000, jayvdb, Ricordisamoa, Masti, Alchimista, Rxy, Jay8g
_______________________________________________ pywikibot-bugs mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/pywikibot-bugs
