mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/AbuseFilter.git
synced 2024-11-15 02:03:53 +00:00
b3e0529d55
For the new parser, xhgui shows that AbuseFilterParser::getVarValue is taking up a lot of time; in turn, most of the time spent inside getVarValue is used to log the use of deprecated variables. Hence, given that: - We should keep the new parser performant - There are tons of deprecated variables out there and they likely won't be replaced - Having gazillions of debugLog entries doesn't help log them only in the cached phase. Bug: T234427 Change-Id: I2bfc692c829c3cbe889e5076f5205e2c99097087 |
||
---|---|---|
.. | ||
AbuseFilterCachingParser.php | ||
AbuseFilterParser.php | ||
AbuseFilterTokenizer.php | ||
AFPData.php | ||
AFPException.php | ||
AFPParserState.php | ||
AFPSyntaxTree.php | ||
AFPToken.php | ||
AFPTransitionBase.php | ||
AFPTreeNode.php | ||
AFPTreeParser.php | ||
AFPUserVisibleException.php |