Changed omitted related tags (like tagme) to be powered by a setting, allowing any performance-impacting (or just not useful in this context) tags to be omitted

Further tag list performance improvements
TagListConfig constants
This commit is contained in:
Matthew Barbour 2019-07-13 21:18:45 -05:00 committed by Shish
parent cf8ed3b134
commit b43e425f95

View File

@ -2,6 +2,8 @@
require_once "config.php";
require_once "config.php";
class TagList extends Extension
{
public function onInitExt(InitExtEvent $event)