https://bugzilla.wikimedia.org/show_bug.cgi?id=59080
Web browser: --- Bug ID: 59080 Summary: isCategoryRedirect is very slow Product: Pywikibot Version: core (2.0) Hardware: All OS: All Status: NEW Severity: normal Priority: Unprioritized Component: General Assignee: Pywikipedia-bugs@lists.wikimedia.org Reporter: maarten@mdammers.nl Classification: Unclassified Mobile Platform: ---
In page.py we have a function "isCategoryRedirect":
def isCategoryRedirect(self): """Return True if this is a category redirect page, False otherwise."""
This is rather slow. Maybe some caching should be used.
https://bugzilla.wikimedia.org/show_bug.cgi?id=59080
Amir Ladsgroup ladsgroup@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Priority|Unprioritized |Normal CC| |ladsgroup@gmail.com
pywikipedia-bugs@lists.wikimedia.org