mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/DiscussionTools
synced 2024-11-30 19:16:39 +00:00
9e27d8506f
Currently, DT is making more than 30 exact queries back to back in every request. It is clear the caching is completely broken. It is because when the properties don't exist (majority of the cases), it returns an empty array making the caching noop. Tested in mwdebug1002 and it fixes the issue. Bug: T364693 Change-Id: I182ae121999df1a04cfb7399bc49891587a37074 |
||
---|---|---|
.. | ||
BetaPreferenceHooks.php | ||
DataUpdatesHooks.php | ||
DiscussionToolsAddOverflowMenuItemsHook.php | ||
DiscussionToolsHooks.php | ||
DiscussionToolsTermsOfUseMessagesHook.php | ||
EchoHooks.php | ||
HookRunner.php | ||
HookUtils.php | ||
InstallerHooks.php | ||
PageHooks.php | ||
ParserHooks.php | ||
PreferenceHooks.php | ||
RegistrationHooks.php | ||
ResourceLoaderHooks.php | ||
TagHooks.php |