Summary
The queries to validate the Incident-Reporting-System MediaWiki-extensions-CommunityConfiguration configuration is slow on pages with many DiscussionTools reply links, such as large user talk page archives
Background
- The excimer profile is shown below (both left heavy and time order):
- The issue is that the validation of the config seems to involve some kind of DB query that ends up being uncached and repeated for each DiscussionTools reply link
Steps to replicate the issue (include links if applicable):
What happens?:
The request takes a long time and may cause a RequestTimeoutException
What should have happened instead?:
The timeout should not happen and the page should load in a reasonable time

